Completed
Push — master ( 9132fe...c05821 )
by Tristan
7s
created
DependencyInjection/ZohoSubscriptionExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $configuration = new Configuration();
23 23
         $config        = $this->processConfiguration($configuration, $configs);
24
-        $loader        = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
24
+        $loader        = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
25 25
 
26 26
         $loader->load('services.xml');
27 27
 
Please login to merge, or discard this patch.