mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
setting new path for config files
This commit is contained in:
@@ -100,7 +100,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
||||
array()
|
||||
);
|
||||
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../config'));
|
||||
$loader->load('services.yml');
|
||||
$loader->load('services/logger.yml');
|
||||
$loader->load('services/repositories.yml');
|
||||
@@ -180,7 +180,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
||||
$container->prependExtensionConfig('chill_main', array(
|
||||
'routing' => array(
|
||||
'resources' => array(
|
||||
'@ChillMainBundle/Resources/config/routing.yml'
|
||||
'@ChillMainBundle/config/routing.yml'
|
||||
)
|
||||
|
||||
)
|
||||
|
Reference in New Issue
Block a user