Completed
Push — master ( be4bd1...5dadda )
by Cesar
20s queued 14s
created
src/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         $container->import('../config/{packages}/*.yaml');
17 17
         $container->import('../config/{packages}/' . $this->environment . '/*.yaml');
18 18
 
19
-        if (is_file(\dirname(__DIR__).'/config/services.yaml')) {
19
+        if (is_file(\dirname(__DIR__) . '/config/services.yaml')) {
20 20
             $container->import('../config/{services}.yaml');
21 21
             $container->import('../config/{services}_' . $this->environment . '.yaml');
22 22
         } elseif (is_file($path = \dirname(__DIR__) . '/config/services.php')) {
Please login to merge, or discard this patch.