mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:24:03 +00:00
Add support for global cache (#78)
This commit is contained in:
parent
d0d1f6930b
commit
92ebc1f01b
5 changed files with 65 additions and 2 deletions
|
|
@ -40,7 +40,8 @@
|
|||
"Stancl\\Tenancy\\TenancyServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Tenancy": "Stancl\\Tenancy\\TenancyFacade"
|
||||
"Tenancy": "Stancl\\Tenancy\\TenancyFacade",
|
||||
"GlobalCache": "Stancl\\Tenancy\\GlobalCacheFacade"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue