Skip to content

Commit 11277b5

Browse files
committed
Fix native:migrate:fresh
1 parent a65f716 commit 11277b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/FreshCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
class FreshCommand extends BaseFreshCommand
99
{
10-
protected $description = 'Drop all tables and re-run all migrations in the NativePHP development environment';
10+
protected $name = 'native:migrate:fresh';
1111

12-
protected $signature = 'native:migrate:fresh';
12+
protected $description = 'Drop all tables and re-run all migrations in the NativePHP development environment';
1313

1414
public function handle()
1515
{

0 commit comments

Comments
 (0)