@@ -7,8 +7,8 @@ |
||
7 | 7 | |
8 | 8 | class RibsAdminBundle extends Bundle |
9 | 9 | { |
10 | - public function getContainerExtension() |
|
11 | - { |
|
12 | - return new RibsAdminExtension(); |
|
13 | - } |
|
10 | + public function getContainerExtension() |
|
11 | + { |
|
12 | + return new RibsAdminExtension(); |
|
13 | + } |
|
14 | 14 | } |
@@ -10,12 +10,12 @@ |
||
10 | 10 | |
11 | 11 | class RibsAdminExtension extends Extension |
12 | 12 | { |
13 | - public function load(array $configs, ContainerBuilder $container) |
|
14 | - { |
|
15 | - $loader = new YamlFileLoader( |
|
16 | - $container, |
|
17 | - new FileLocator(__DIR__.'/../Resources/config') |
|
18 | - ); |
|
19 | - $loader->load('services.yml'); |
|
20 | - } |
|
13 | + public function load(array $configs, ContainerBuilder $container) |
|
14 | + { |
|
15 | + $loader = new YamlFileLoader( |
|
16 | + $container, |
|
17 | + new FileLocator(__DIR__.'/../Resources/config') |
|
18 | + ); |
|
19 | + $loader->load('services.yml'); |
|
20 | + } |
|
21 | 21 | } |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | $loader = new YamlFileLoader( |
16 | 16 | $container, |
17 | - new FileLocator(__DIR__.'/../Resources/config') |
|
17 | + new FileLocator(__DIR__ . '/../Resources/config') |
|
18 | 18 | ); |
19 | 19 | $loader->load('services.yml'); |
20 | 20 | } |