We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7976260 commit 524c5f5Copy full SHA for 524c5f5
src/Commands/SeedDatabaseCommand.php
@@ -16,6 +16,9 @@ class SeedDatabaseCommand extends BaseSeedCommand
16
17
public function handle()
18
{
19
+ $this->addOption('database', default: null);
20
+ $this->addArgument('class', default: 'DatabaseSeeder');
21
+
22
(new NativeServiceProvider($this->laravel))->rewriteDatabase();
23
24
return parent::handle();
0 commit comments