diff --git a/src/Commands/SeedDatabaseCommand.php b/src/Commands/SeedDatabaseCommand.php index 68b225a6..cd56a20d 100644 --- a/src/Commands/SeedDatabaseCommand.php +++ b/src/Commands/SeedDatabaseCommand.php @@ -12,6 +12,8 @@ )] class SeedDatabaseCommand extends BaseSeedCommand { + protected $signature = 'native:seed'; + public function handle() { (new NativeServiceProvider($this->laravel))->rewriteDatabase();