@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | |
64 | 64 | $factoryPath = GenerateConfigReader::read('view-component'); |
65 | 65 | |
66 | - return $path . $factoryPath->getPath() . '/' . $this->getFileName(); |
|
66 | + return $path.$factoryPath->getPath().'/'.$this->getFileName(); |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | /** |
@@ -71,6 +71,6 @@ discard block |
||
71 | 71 | */ |
72 | 72 | private function getFileName() |
73 | 73 | { |
74 | - return Str::studly($this->argument('name')) . '.blade.php'; |
|
74 | + return Str::studly($this->argument('name')).'.blade.php'; |
|
75 | 75 | } |
76 | 76 | } |