Completed
Pull Request — master (#1802)
by Solomon
08:21
created
src/Commands/Make/ClassCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         $path = $this->laravel['modules']->getModulePath($this->getModuleName());
45 45
         $config = GenerateConfigReader::read('class');
46
-        $path .= $this->type_path($config->getPath()) . '/' . $this->getFileName() . '.php';
46
+        $path .= $this->type_path($config->getPath()).'/'.$this->getFileName().'.php';
47 47
 
48 48
         return $path;
49 49
     }
Please login to merge, or discard this patch.