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 787a9d6 commit 2b95ee8Copy full SHA for 2b95ee8
src/Commands/SeedDatabaseCommand.php
@@ -12,6 +12,8 @@
12
)]
13
class SeedDatabaseCommand extends BaseSeedCommand
14
{
15
+ protected $name = 'native:seed';
16
+
17
public function handle()
18
19
(new NativeServiceProvider($this->laravel))->rewriteDatabase();
0 commit comments