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:
parent
c4f65afa0a
commit
b474ae219c
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue