From 188105244fea5d43cc5d48b44dc1a997c3c61dd5 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Thu, 26 Sep 2019 11:43:06 -0400 Subject: [PATCH] Update src/Commands/MigrateFresh.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Samuel Ć tancl --- 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 da4b46e7..781c216d 100644 --- a/src/Commands/MigrateFresh.php +++ b/src/Commands/MigrateFresh.php @@ -11,7 +11,7 @@ use Stancl\Tenancy\DatabaseManager; use Stancl\Tenancy\Traits\DealsWithMigrations; use Stancl\Tenancy\Traits\HasATenantsOption; -class MigrateFresh extends MigrateCommand +final class MigrateFresh extends MigrateCommand { use HasATenantsOption, DealsWithMigrations;