Completed
Push — master ( 250802...9b34f9 )
by Nicolas
02:22
created
src/Commands/MakeFactoryCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
         // $factoryPath = $this->laravel['modules']->config('paths.generator.factories');
66 66
 
67
-        return $path . 'Database/factories/' . $this->getFileName();
67
+        return $path.'Database/factories/'.$this->getFileName();
68 68
     }
69 69
 
70 70
     /**
@@ -72,6 +72,6 @@  discard block
 block discarded – undo
72 72
      */
73 73
     private function getFileName()
74 74
     {
75
-        return Str::studly($this->argument('name')) . '.php';
75
+        return Str::studly($this->argument('name')).'.php';
76 76
     }
77 77
 }
Please login to merge, or discard this patch.