@@ -71,6 +71,6 @@ |
||
71 | 71 | |
72 | 72 | $generatorPath = $this->laravel['modules']->config('paths.generator.provider'); |
73 | 73 | |
74 | - return $path . $generatorPath . '/' . $this->getFileName() . '.php'; |
|
74 | + return $path.$generatorPath.'/'.$this->getFileName().'.php'; |
|
75 | 75 | } |
76 | 76 | } |