From 76a3e269c885736e6e9d00e6e89247be2f3fa042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 9 Oct 2022 19:53:14 +0200 Subject: [PATCH] final class -> class --- src/Commands/MigrateFresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/MigrateFresh.php b/src/Commands/MigrateFresh.php index 56a6047f..32dc6ee5 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -8,7 +8,7 @@ use Illuminate\Console\Command; use Stancl\Tenancy\Concerns\HasATenantsOption; use Symfony\Component\Console\Input\InputOption; -final class MigrateFresh extends Command +class MigrateFresh extends Command { use HasATenantsOption;