mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-16 06:44:04 +00:00
fix tenants:list and tenants:dump --prune
This commit is contained in:
parent
9f94505cb4
commit
f8512886a0
2 changed files with 14 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ declare(strict_types=1);
|
|||
namespace Stancl\Tenancy\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Database\Eloquent\Collection;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Stancl\Tenancy\Contracts\SingleDomainTenant;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue