1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Update src/Commands/MigrateFresh.php

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
Chris Brown 2019-09-26 11:43:06 -04:00 committed by GitHub
parent 86c5d17196
commit 188105244f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;