Skip to content

Commit 572533b

Browse files
committed
Disable router cache by default
1 parent b60bf7b commit 572533b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/params.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,8 @@
8181
'mailer' => [
8282
'adminEmail' => 'admin@example.com',
8383
],
84+
85+
'yiisoft/router' => [
86+
'enableCache' => false,
87+
],
8488
];

0 commit comments

Comments
 (0)