Skip to content

Commit 2b95ee8

Browse files
authored
fix: native:seed command
The "native:seed" command cannot be found because it is registered under multiple names. Fixes #627
1 parent 787a9d6 commit 2b95ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/SeedDatabaseCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
)]
1313
class SeedDatabaseCommand extends BaseSeedCommand
1414
{
15+
protected $name = 'native:seed';
16+
1517
public function handle()
1618
{
1719
(new NativeServiceProvider($this->laravel))->rewriteDatabase();

0 commit comments

Comments
 (0)