1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:04:03 +00:00
This commit is contained in:
Samuel Štancl 2019-09-29 12:12:58 +02:00
parent 5907099303
commit 00f1a3961d

View file

@ -8,7 +8,7 @@ use Illuminate\Console\Command;
use Stancl\Tenancy\Traits\DealsWithMigrations; use Stancl\Tenancy\Traits\DealsWithMigrations;
use Stancl\Tenancy\Traits\HasATenantsOption; use Stancl\Tenancy\Traits\HasATenantsOption;
class MigrateFresh extends Command final class MigrateFresh extends Command
{ {
use HasATenantsOption, DealsWithMigrations; use HasATenantsOption, DealsWithMigrations;