File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
}
25
25
26
26
if ($ container ->hasParameter ('kernel.project_dir ' )) {
27
- $ loader ->import (' dist/parameters_sf5.yml ' );
27
+ $ loader ->import (__DIR__ . ' / dist/parameters_sf5.yml ' );
28
28
} else {
29
- $ loader ->import (' dist/parameters.yml ' );
29
+ $ loader ->import (__DIR__ . ' / dist/parameters.yml ' );
30
30
}
31
31
if (class_exists ('Symfony\Bundle\MonologBundle\MonologBundle ' )) {
32
- $ loader ->import (' dist/monolog.yml ' );
32
+ $ loader ->import (__DIR__ . ' / dist/monolog.yml ' );
33
33
}
34
- $ loader ->import (' dist/doctrine.yml ' );
35
- $ loader ->import (' dist/framework.php ' );
36
- $ loader ->import (' dist/security.php ' );
34
+ $ loader ->import (__DIR__ . ' / dist/doctrine.yml ' );
35
+ $ loader ->import (__DIR__ . ' / dist/framework.php ' );
36
+ $ loader ->import (__DIR__ . ' / dist/security.php ' );
You can’t perform that action at this time.
0 commit comments