diff --git a/src/Commands/Migrate.php b/src/Commands/Migrate.php index 10d44ea9..f721281f 100644 --- a/src/Commands/Migrate.php +++ b/src/Commands/Migrate.php @@ -31,14 +31,16 @@ class Migrate extends MigrateCommand */ public function __construct(Migrator $migrator, Dispatcher $dispatcher) { - // Turn 'migrate {-- ...}' into 'tenants:migrate {-- ...}' - $this->signature = 'tenants:' . $this->signature; - parent::__construct($migrator, $dispatcher); $this->specifyParameters(); } + public static function getDefaultName(): ?string + { + return 'tenants:migrate'; + } + /** * Execute the console command. * diff --git a/tests/Etc/tmp/queuetest.json b/tests/Etc/tmp/queuetest.json deleted file mode 100644 index e69de29b..00000000