Skip to content

Commit

Permalink
Update routes.global.php
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Karajos <alex.merlin.1985@gmail.com>
  • Loading branch information
alexmerlin authored Oct 2, 2024
1 parent 53e2979 commit d01ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/autoload/routes.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return [
'router' => [
'fastroute' => [
Mezzio\Router\FastRouteRouter::CONFIG_CACHE_ENABLED => $debug['_debug'],
Mezzio\Router\FastRouteRouter::CONFIG_CACHE_ENABLED => ! $debug['_debug'],
],
],
];

0 comments on commit d01ce3a

Please sign in to comment.