Skip to content

Commit 11dfd3d

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Listeners/InstallingWorkbench.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
use Illuminate\Contracts\Console\Kernel as ConsoleKernel;
66
use Illuminate\Filesystem\Filesystem;
77
use Orchestra\Workbench\Events\InstallStarted;
8-
use Orchestra\Workbench\Workbench;
98
use RuntimeException;
109

11-
use function Orchestra\Testbench\join_paths;
12-
1310
class InstallingWorkbench
1411
{
1512
/**
@@ -33,9 +30,6 @@ public function handle(InstallStarted $event)
3330
throw new RuntimeException('Nova Devtool does not support installation with --basic` option');
3431
}
3532

36-
Workbench::swapFile('config', join_paths(__DIR__, '..', '..', 'stubs', 'testbench.stub'));
37-
Workbench::swapFile('seeders.database', join_paths(__DIR__, '..', '..', 'stubs', 'DatabaseSeeder.stub'));
38-
3933
$this->kernel->call('make:user-model');
4034
$this->kernel->call('make:user-factory');
4135
}

0 commit comments

Comments
 (0)