@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | |
68 | 68 | $module = $this->laravel['modules']->findOrFail($this->getModuleName()); |
69 | 69 | |
70 | - return (new Stub('/' . $stub . '.stub', [ |
|
70 | + return (new Stub('/'.$stub.'.stub', [ |
|
71 | 71 | 'NAMESPACE' => $this->getClassNamespace($module), |
72 | 72 | 'CLASS' => $this->getClass(), |
73 | 73 | 'LOWER_NAME' => $module->getLowerName(), |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | |
91 | 91 | $generatorPath = $this->laravel['modules']->config('paths.generator.provider'); |
92 | 92 | |
93 | - return $path . $generatorPath . '/' . $this->getFileName() . '.php'; |
|
93 | + return $path.$generatorPath.'/'.$this->getFileName().'.php'; |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | /** |