1
0
Fork 0
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:
lukinovec 2022-07-22 15:10:23 +02:00
parent f92b682eb3
commit 60fb9b8e54
6 changed files with 22 additions and 22 deletions

View file

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