File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 33namespace MacropaySolutions \LaravelCrudWizardGenerator \Services ;
44
55use Illuminate \Console \Concerns \InteractsWithIO ;
6- use Illuminate \Contracts \Foundation \Application ;
76use Illuminate \Support \Facades \File ;
8- use Illuminate \Support \Str ;
97use Symfony \Component \Console \Output \ConsoleOutput ;
108
119class MakeControllerService
@@ -14,7 +12,6 @@ class MakeControllerService
1412
1513 public function __construct (
1614 protected PathsAndNamespacesService $ pathsAndNamespacesService ,
17- protected Application $ application ,
1815 ConsoleOutput $ consoleOutput ,
1916 ) {
2017 $ this ->output = $ consoleOutput ;
Original file line number Diff line number Diff line change 33namespace MacropaySolutions \LaravelCrudWizardGenerator \Services ;
44
55use Illuminate \Console \Concerns \InteractsWithIO ;
6- use Illuminate \Contracts \Foundation \Application ;
76use Illuminate \Support \Facades \File ;
87use Symfony \Component \Console \Output \ConsoleOutput ;
98
@@ -13,7 +12,6 @@ class MakeMiddlewareService
1312
1413 public function __construct (
1514 protected PathsAndNamespacesService $ pathsAndNamespacesService ,
16- protected Application $ application ,
1715 ConsoleOutput $ consoleOutput ,
1816 ) {
1917 $ this ->output = $ consoleOutput ;
You can’t perform that action at this time.
0 commit comments