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 f8260c0 commit d07b81cCopy full SHA for d07b81c
src/config/parameters.php
@@ -5,7 +5,7 @@
5
$container->loadFromExtension('framework', [
6
'annotations' => ['enabled' => false],
7
]);
8
-} else {
+} elseif (method_exists('Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension', 'registerAnnotationsConfiguration')) {
9
10
'annotations' => ['cache' => 'none'],
11
0 commit comments