mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:14: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
|
|
@ -19,7 +19,8 @@ use Stancl\Tenancy\Events;
|
|||
class Domain extends Model implements Contracts\Domain
|
||||
{
|
||||
use Concerns\CentralConnection,
|
||||
Concerns\EnsuresDomainIsNotOccupied;
|
||||
Concerns\EnsuresDomainIsNotOccupied,
|
||||
Concerns\InvalidatesTenantsResolverCache;
|
||||
|
||||
protected $guarded = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue