Passed
Push — master ( b1f914...b1ba0a )
by Hamzah
05:25
created
src/Commands/RepositoryGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $this->creator($name, $path, "Interfaces/", 'Interface');
56 56
         $this->creator($name, $path, "Repositories/", 'Repository');
57 57
 
58
-        File::append(__DIR__.'../../../../routes/web.php', "\n" . 'Route::resource(\'' . str_plural($name) . "', '{$name}Controller');");
58
+        File::append(__DIR__ . '../../../../routes/web.php', "\n" . 'Route::resource(\'' . str_plural($name) . "', '{$name}Controller');");
59 59
 
60 60
     }
61 61
 
Please login to merge, or discard this patch.