1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 18:24:03 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-25 05:06:22 +00:00
parent c4f65afa0a
commit b474ae219c
3 changed files with 3 additions and 3 deletions

View file

@ -7,9 +7,9 @@ namespace Stancl\Tenancy\Commands;
use Exception;
use Illuminate\Console\Command;
use Illuminate\Support\LazyCollection;
use Stancl\Tenancy\Concerns\HasATenantsOption;
use Stancl\Tenancy\Actions\CreateStorageSymlinksAction;
use Stancl\Tenancy\Actions\RemoveStorageSymlinksAction;
use Stancl\Tenancy\Concerns\HasATenantsOption;
class Link extends Command
{