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

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-05 13:51:48 +00:00
parent 478a0d77eb
commit cc1bc39267

View file

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