diff --git a/src/Console/Commands/LiftMigration.php b/src/Console/Commands/LiftMigration.php index d9b763c..128854e 100644 --- a/src/Console/Commands/LiftMigration.php +++ b/src/Console/Commands/LiftMigration.php @@ -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