Completed
Pull Request — master (#92)
by Arnaud
08:43 queued 06:33
created
DependencyInjection/DataProviderCompilerPass.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function process(ContainerBuilder $container)
17 17
     {
18
-         if (!$container->hasDefinition('lag.admin.data_providers_factory')) {
18
+            if (!$container->hasDefinition('lag.admin.data_providers_factory')) {
19 19
             return;
20 20
         }
21 21
 
Please login to merge, or discard this patch.