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 e0f14bd commit f6352d7Copy full SHA for f6352d7
src/Commands/SeedDatabaseCommand.php
@@ -8,6 +8,7 @@
8
class SeedDatabaseCommand extends BaseSeedCommand
9
{
10
protected $name = 'native:db:seed';
11
+
12
protected $description = 'Run the database seeders in the NativePHP development environment';
13
14
public function handle()
0 commit comments