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 2b95ee8 commit 5694798Copy full SHA for 5694798
src/Commands/SeedDatabaseCommand.php
@@ -12,7 +12,7 @@
12
)]
13
class SeedDatabaseCommand extends BaseSeedCommand
14
{
15
- protected $name = 'native:seed';
+ protected $signature = 'native:seed';
16
17
public function handle()
18
0 commit comments