Completed
Pull Request — master (#1802)
by Solomon
09:37
created
src/Commands/Make/ClassCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     {
50 50
         $path = $this->laravel['modules']->getModulePath($this->getModuleName());
51 51
         $config = GenerateConfigReader::read('class');
52
-        $path .= $this->typePath($config->getPath()) . '/' . $this->getFileName() . '.php';
52
+        $path .= $this->typePath($config->getPath()).'/'.$this->getFileName().'.php';
53 53
 
54 54
         return $path;
55 55
     }
Please login to merge, or discard this patch.