@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | if ($container->hasDefinition('serializer') |
19 | 19 | && $container->getDefinition('serializer')->getClass() === Serializer::class) { |
20 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'../../Resources/config')); |
|
20 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '../../Resources/config')); |
|
21 | 21 | $loader->load('symfony_normalizer.yml'); |
22 | 22 | } |
23 | 23 | } |