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 ce9ca87 commit 9d6be19Copy full SHA for 9d6be19
resources/config/default.php
@@ -15,9 +15,9 @@
15
}
16
17
$loader->import('dist/parameters.yml');
18
-$loader->import('dist/framework.php');
19
if (class_exists('Symfony\Bundle\MonologBundle\MonologBundle')) {
20
$loader->import('dist/monolog.yml');
21
22
$loader->import('dist/doctrine.yml');
23
$loader->import('dist/security.yml');
+$loader->import('dist/framework.php');
0 commit comments