Skip to content

Commit

Permalink
Update config/common/di/router.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored Jun 10, 2024
1 parent b8f5c50 commit ceb67d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/common/di/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
->routes(...$config->get('routes'))
);


if (!str_starts_with(getenv('YII_ENV') ?: '', 'prod')) {
$collector->prependMiddleware(ToolbarMiddleware::class);
}
Expand Down

0 comments on commit ceb67d5

Please sign in to comment.