@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function loadVendorIfExist() |
| 28 | 28 | { |
| 29 | - $vendorAutoload = $this->application->getPath() . '/vendor/autoload.php'; |
|
| 29 | + $vendorAutoload = $this->application->getPath().'/vendor/autoload.php'; |
|
| 30 | 30 | if (FileSystem::exist($vendorAutoload)) { |
| 31 | 31 | Loader::requireOnce($vendorAutoload); |
| 32 | 32 | } |
@@ -178,7 +178,7 @@ |
||
| 178 | 178 | */ |
| 179 | 179 | private function registerModule() |
| 180 | 180 | { |
| 181 | - $extractPath = $this->application->getDataPath() . '/extract-module'; |
|
| 181 | + $extractPath = $this->application->getDataPath().'/extract-module'; |
|
| 182 | 182 | FileSystem::make($extractPath); |
| 183 | 183 | foreach ($this->application->getModulePaths() as $path) { |
| 184 | 184 | $this->registerModuleFrom($path, $extractPath); |