Skip to content

Commit 1226425

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 11dfd3d commit 1226425

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Listeners/InstalledWorkbench.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ public function handle(InstallEnded $event)
7575
Workbench::path(['app', 'Providers', 'NovaServiceProvider.php'])
7676
);
7777

78-
(new GeneratesFile(
79-
filesystem: $this->files,
80-
components: $event->components,
81-
workingPath: $workingDirectory,
82-
force: $force,
83-
))->handle(
84-
join_paths($workingDirectory, 'DatabaseSeeder.stub'),
85-
Workbench::path(['database', 'seeders', 'DatabaseSeeder.php'])
86-
);
87-
8878
Collection::make([
8979
Workbench::path(['app', '.gitkeep']),
9080
Workbench::path(['app', 'Nova', '.gitkeep']),

0 commit comments

Comments
 (0)