Skip to content

Commit

Permalink
Remove defaultName
Browse files Browse the repository at this point in the history
  • Loading branch information
WendellAdriel committed Mar 13, 2024
1 parent d5cb259 commit 2ad2334
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/Commands/LiftMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ final class LiftMigration extends Command
protected $signature = 'lift:migration {model}
{--namespace=App\\Models\\}';

protected static $defaultName = 'lift:migration'; // @phpstan-ignore-line

protected $description = 'Create migration files based on Lift models';

public function handle(): int
Expand Down

0 comments on commit 2ad2334

Please sign in to comment.