Completed
Push — dev ( e0b5b1...e82ce8 )
by Zach
02:13
created
src/Helpers/NamespaceResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
         $relativePath = array_diff(explode('/', $path), $appPathArray);
56 56
 
57
-        if (($root =$config->get(['namespaces', 'root'])) !== null) {
57
+        if (($root = $config->get(['namespaces', 'root'])) !== null) {
58 58
             array_unshift($relativePath, $root);
59 59
         } else {
60 60
             array_unshift($relativePath, array_pop($appPathArray));
Please login to merge, or discard this patch.