Skip to content

Commit

Permalink
Fix native:migrate:fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jul 18, 2024
1 parent a65f716 commit 11277b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/FreshCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

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

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

public function handle()
{
Expand Down

0 comments on commit 11277b5

Please sign in to comment.