Skip to content

Commit 5935bf6

Browse files
committed
Remove locale middleware
1 parent 7e3746a commit 5935bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/web/params.php

-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
use Yiisoft\ErrorHandler\Middleware\ErrorCatcher;
66
use Yiisoft\Router\Middleware\Router;
77
use Yiisoft\Session\SessionMiddleware;
8-
use Yiisoft\Yii\Middleware\Locale;
98

109
return [
1110
'middlewares' => [
1211
ErrorCatcher::class,
1312
SessionMiddleware::class,
14-
Locale::class,
1513
Router::class,
1614
],
1715

0 commit comments

Comments
 (0)