Completed
Push — master ( e6ea5a...6df19f )
by
unknown
16s queued 13s
created
src/Commands/Make/ViewMakeCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.