@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | |
84 | 84 | public function loadVendorIfExist() |
85 | 85 | { |
86 | - $vendorAutoload = $this->application->getPath() . '/vendor/autoload.php'; |
|
86 | + $vendorAutoload = $this->application->getPath().'/vendor/autoload.php'; |
|
87 | 87 | if (FileSystem::exist($vendorAutoload)) { |
88 | 88 | require_once $vendorAutoload; |
89 | 89 | } |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | |
121 | 121 | protected function registerModule() |
122 | 122 | { |
123 | - $extractPath = $this->application->getDataPath() . '/extract-module'; |
|
123 | + $extractPath = $this->application->getDataPath().'/extract-module'; |
|
124 | 124 | FileSystem::make($extractPath); |
125 | 125 | foreach ($this->application->getModulePaths() as $path) { |
126 | 126 | $this->registerModuleFrom($path, $extractPath); |