Skip to content

Commit 9d6be19

Browse files
committed
move php import to the end of configuration file to avoid weird behaviour
1 parent ce9ca87 commit 9d6be19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616

1717
$loader->import('dist/parameters.yml');
18-
$loader->import('dist/framework.php');
1918
if (class_exists('Symfony\Bundle\MonologBundle\MonologBundle')) {
2019
$loader->import('dist/monolog.yml');
2120
}
2221
$loader->import('dist/doctrine.yml');
2322
$loader->import('dist/security.yml');
23+
$loader->import('dist/framework.php');

0 commit comments

Comments
 (0)