@@ -39,7 +39,6 @@ public function handle(InstallEnded $event)
39
39
(new EnsureDirectoryExists (
40
40
filesystem: $ this ->files ,
41
41
components: $ event ->components ,
42
- workingPath: $ workingDirectory ,
43
42
))->handle ([
44
43
Workbench::path (['app ' , 'Nova ' ]),
45
44
Workbench::path (['app ' , 'Providers ' ]),
@@ -48,7 +47,6 @@ public function handle(InstallEnded $event)
48
47
(new GeneratesFile (
49
48
filesystem: $ this ->files ,
50
49
components: $ event ->components ,
51
- workingPath: $ workingDirectory ,
52
50
force: $ force ,
53
51
))->handle (
54
52
join_paths ($ workingDirectory , 'base-resource.stub ' ),
@@ -58,7 +56,6 @@ public function handle(InstallEnded $event)
58
56
(new GeneratesFile (
59
57
filesystem: $ this ->files ,
60
58
components: $ event ->components ,
61
- workingPath: $ workingDirectory ,
62
59
force: $ force ,
63
60
))->handle (
64
61
join_paths ($ workingDirectory , 'user-resource.stub ' ),
@@ -68,7 +65,6 @@ public function handle(InstallEnded $event)
68
65
(new GeneratesFile (
69
66
filesystem: $ this ->files ,
70
67
components: $ event ->components ,
71
- workingPath: $ workingDirectory ,
72
68
force: $ force ,
73
69
))->handle (
74
70
join_paths ($ workingDirectory , 'NovaServiceProvider.stub ' ),
0 commit comments