From 2ad23349c300c4c844b81ccbb507c734c56fb541 Mon Sep 17 00:00:00 2001 From: Wendell Adriel Date: Wed, 13 Mar 2024 13:11:41 +0000 Subject: [PATCH] Remove defaultName --- src/Console/Commands/LiftMigration.php | 2 -- 1 file changed, 2 deletions(-) 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