mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:54:03 +00:00
Added missing use-declaration (#474)
This commit is contained in:
parent
003751d293
commit
5c887c29f4
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Builder;
|
|||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Traits\Macroable;
|
||||
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
|
||||
use Stancl\Tenancy\Contracts\Tenant;
|
||||
use Stancl\Tenancy\Exceptions\TenantCountNotBeIdentifiedById;
|
||||
|
||||
class Tenancy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue