@@ -55,7 +55,7 @@ |
||
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 |