We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65f716 commit 11277b5Copy full SHA for 11277b5
src/Commands/FreshCommand.php
@@ -7,9 +7,9 @@
7
8
class FreshCommand extends BaseFreshCommand
9
{
10
- protected $description = 'Drop all tables and re-run all migrations in the NativePHP development environment';
+ protected $name = 'native:migrate:fresh';
11
12
- protected $signature = 'native:migrate:fresh';
+ protected $description = 'Drop all tables and re-run all migrations in the NativePHP development environment';
13
14
public function handle()
15
0 commit comments