We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b721cb5 commit 7ba9972Copy full SHA for 7ba9972
src/config/parameters.php
@@ -5,4 +5,8 @@
5
$container->loadFromExtension('framework', [
6
'annotations' => ['enabled' => false],
7
]);
8
+} else {
9
+ $container->loadFromExtension('framework', [
10
+ 'annotations' => ['cache' => 'none'],
11
+ ]);
12
}
0 commit comments