mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
[3.x] Rename facades (#387)
* Remove Facade suffix from facades, fix #386 * Apply fixes from StyleCI * Fix facade test
This commit is contained in:
parent
d900929264
commit
5972364075
5 changed files with 13 additions and 13 deletions
|
|
@ -41,9 +41,9 @@
|
|||
"Stancl\\Tenancy\\TenancyServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Tenant": "Stancl\\Tenancy\\Facades\\TenantFacade",
|
||||
"Tenancy": "Stancl\\Tenancy\\Facades\\TenancyFacade",
|
||||
"GlobalCache": "Stancl\\Tenancy\\Facades\\GlobalCacheFacade"
|
||||
"Tenant": "Stancl\\Tenancy\\Facades\\Tenant",
|
||||
"Tenancy": "Stancl\\Tenancy\\Facades\\Tenancy",
|
||||
"GlobalCache": "Stancl\\Tenancy\\Facades\\GlobalCache"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue