mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
478a0d77eb
commit
cc1bc39267
1 changed files with 1 additions and 1 deletions
|
|
@ -5,8 +5,8 @@ declare(strict_types=1);
|
|||
namespace Stancl\Tenancy\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Stancl\Tenancy\Concerns\HasTenantOptions;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Stancl\Tenancy\Concerns\HasTenantOptions;
|
||||
|
||||
class Run extends Command
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue