Skip to content

Commit

Permalink
Remove locale middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 18, 2025
1 parent 7e3746a commit 5935bf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/web/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
use Yiisoft\ErrorHandler\Middleware\ErrorCatcher;
use Yiisoft\Router\Middleware\Router;
use Yiisoft\Session\SessionMiddleware;
use Yiisoft\Yii\Middleware\Locale;

return [
'middlewares' => [
ErrorCatcher::class,
SessionMiddleware::class,
Locale::class,
Router::class,
],

Expand Down

0 comments on commit 5935bf6

Please sign in to comment.