@@ -39,7 +39,7 @@ |
||
| 39 | 39 | |
| 40 | 40 | public function create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) |
| 41 | 41 | { |
| 42 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 42 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 43 | 43 | |
| 44 | 44 | $loader->load('security/request_voting.yml'); |
| 45 | 45 | |