mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 19:04:03 +00:00
Rewrite cached resolver logic to allow for cache invalidation logic
This commit is contained in:
parent
b176481cdf
commit
5d94727ddd
15 changed files with 189 additions and 117 deletions
|
|
@ -25,7 +25,8 @@ class Tenant extends Model implements Contracts\Tenant
|
|||
Concerns\GeneratesIds,
|
||||
Concerns\HasDataColumn,
|
||||
Concerns\HasInternalKeys,
|
||||
Concerns\TenantRun;
|
||||
Concerns\TenantRun,
|
||||
Concerns\InvalidatesResolverCache;
|
||||
|
||||
protected $table = 'tenants';
|
||||
protected $primaryKey = 'id';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue