Skip to content

Commit c7e1ba8

Browse files
committed
Fix key name in config file
1 parent 7651cf5 commit c7e1ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/localized-routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
/**
66
* The locales you wish to support.
77
*/
8-
'locales' => [],
8+
'supported-locales' => [],
99

1010
];

0 commit comments

Comments
 (0)