Skip to content

Commit 7ba9972

Browse files
authored
Update parameters.php
1 parent b721cb5 commit 7ba9972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/parameters.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
$container->loadFromExtension('framework', [
66
'annotations' => ['enabled' => false],
77
]);
8+
} else {
9+
$container->loadFromExtension('framework', [
10+
'annotations' => ['cache' => 'none'],
11+
]);
812
}

0 commit comments

Comments
 (0)