Skip to content

Commit fa7b3ef

Browse files
committed
Disable use of Localizer by default
1 parent f2da881 commit fa7b3ef

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
@@ -44,6 +44,6 @@
4444
*
4545
* This option has no effect if 'use_locale_middleware' is false.
4646
*/
47-
'use_localizer' => true,
47+
'use_localizer' => false,
4848

4949
];

0 commit comments

Comments
 (0)