From 00f1a3961db7322c209e475751502fb39833f476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 29 Sep 2019 12:12:58 +0200 Subject: [PATCH] Final --- 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 f343d77b..5883372c 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -8,7 +8,7 @@ use Illuminate\Console\Command; use Stancl\Tenancy\Traits\DealsWithMigrations; use Stancl\Tenancy\Traits\HasATenantsOption; -class MigrateFresh extends Command +final class MigrateFresh extends Command { use HasATenantsOption, DealsWithMigrations;