Completed
Branch master (a28a37)
by Nicolas
04:01
created
DependencyInjection/LexikDataLayerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
         $configuration = new Configuration();
21 21
         $this->processConfiguration($configuration, $configs);
22 22
 
23
-        $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
23
+        $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
24 24
         $loader->load('services.xml');
25 25
     }
26 26
 }
Please login to merge, or discard this patch.