mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
final class -> class
This commit is contained in:
parent
6ee93d0441
commit
76a3e269c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue