mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Update command that use tenants
This commit is contained in:
parent
f92b682eb3
commit
60fb9b8e54
6 changed files with 22 additions and 22 deletions
|
|
@ -6,12 +6,12 @@ namespace Stancl\Tenancy\Tests\Etc;
|
|||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Str;
|
||||
use Stancl\Tenancy\Concerns\HasATenantsOption;
|
||||
use Stancl\Tenancy\Concerns\HasTenantOptions;
|
||||
use Stancl\Tenancy\Concerns\TenantAwareCommand;
|
||||
|
||||
class AddUserCommand extends Command
|
||||
{
|
||||
use TenantAwareCommand, HasATenantsOption;
|
||||
use TenantAwareCommand, HasTenantOptions;
|
||||
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue