mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-17 06:24:04 +00:00
resolve all phpstan issues
This commit is contained in:
parent
b7a6953231
commit
942d79cbd7
12 changed files with 57 additions and 88 deletions
|
|
@ -4,12 +4,12 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Database\Console\Migrations\BaseCommand;
|
||||
use Stancl\Tenancy\Concerns\DealsWithMigrations;
|
||||
use Stancl\Tenancy\Concerns\HasTenantOptions;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
|
||||
class MigrateFresh extends Command
|
||||
class MigrateFresh extends BaseCommand
|
||||
{
|
||||
use HasTenantOptions, DealsWithMigrations;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue