mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:44:05 +00:00
Use HasTenantOptions in Link
This commit is contained in:
parent
b5e1913df9
commit
9dc5f8c2e6
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@ use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\LazyCollection;
|
use Illuminate\Support\LazyCollection;
|
||||||
use Stancl\Tenancy\Actions\CreateStorageSymlinksAction;
|
use Stancl\Tenancy\Actions\CreateStorageSymlinksAction;
|
||||||
use Stancl\Tenancy\Actions\RemoveStorageSymlinksAction;
|
use Stancl\Tenancy\Actions\RemoveStorageSymlinksAction;
|
||||||
use Stancl\Tenancy\Concerns\HasATenantsOption;
|
use Stancl\Tenancy\Concerns\HasTenantOptions;
|
||||||
|
|
||||||
class Link extends Command
|
class Link extends Command
|
||||||
{
|
{
|
||||||
use HasATenantsOption;
|
use HasTenantOptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The console command signature.
|
* The console command signature.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue