Skip to content

Commit bb09e6d

Browse files
authored
fix: show correct directory and file names during installation (#4)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent aa33192 commit bb09e6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Listeners/InstalledWorkbench.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function handle(InstallEnded $event)
3939
(new EnsureDirectoryExists(
4040
filesystem: $this->files,
4141
components: $event->components,
42-
workingPath: $workingDirectory,
4342
))->handle([
4443
Workbench::path(['app', 'Nova']),
4544
Workbench::path(['app', 'Providers']),
@@ -48,7 +47,6 @@ public function handle(InstallEnded $event)
4847
(new GeneratesFile(
4948
filesystem: $this->files,
5049
components: $event->components,
51-
workingPath: $workingDirectory,
5250
force: $force,
5351
))->handle(
5452
join_paths($workingDirectory, 'base-resource.stub'),
@@ -58,7 +56,6 @@ public function handle(InstallEnded $event)
5856
(new GeneratesFile(
5957
filesystem: $this->files,
6058
components: $event->components,
61-
workingPath: $workingDirectory,
6259
force: $force,
6360
))->handle(
6461
join_paths($workingDirectory, 'user-resource.stub'),
@@ -68,7 +65,6 @@ public function handle(InstallEnded $event)
6865
(new GeneratesFile(
6966
filesystem: $this->files,
7067
components: $event->components,
71-
workingPath: $workingDirectory,
7268
force: $force,
7369
))->handle(
7470
join_paths($workingDirectory, 'NovaServiceProvider.stub'),

0 commit comments

Comments
 (0)