1
0
Fork 0
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:
Samuel Štancl 2024-03-29 21:41:50 +01:00
parent 9f94505cb4
commit f8512886a0
2 changed files with 14 additions and 1 deletions

View file

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