@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | $path = $this->laravel['modules']->getModulePath($this->getModuleName()); |
| 36 | 36 | $factoryPath = GenerateConfigReader::read('views'); |
| 37 | 37 | |
| 38 | - return $path . $factoryPath->getPath() . '/' . $this->getFileName(); |
|
| 38 | + return $path.$factoryPath->getPath().'/'.$this->getFileName(); |
|
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
@@ -43,6 +43,6 @@ discard block |
||
| 43 | 43 | */ |
| 44 | 44 | private function getFileName(): string |
| 45 | 45 | { |
| 46 | - return Str::lower($this->argument('name')) . '.blade.php'; |
|
| 46 | + return Str::lower($this->argument('name')).'.blade.php'; |
|
| 47 | 47 | } |
| 48 | 48 | } |