@@ -54,7 +54,7 @@ |
||
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)); |