mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Delete "?" from `tenant()?->getTenantKey()
This commit is contained in:
parent
5a158b9537
commit
69d4c321a6
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class CacheManager extends BaseCacheManager
|
|||
*/
|
||||
public function __call($method, $parameters)
|
||||
{
|
||||
$tags = [config('tenancy.cache.tag_base') . tenant()?->getTenantKey()];
|
||||
$tags = [config('tenancy.cache.tag_base') . tenant()->getTenantKey()];
|
||||
|
||||
if ($method === 'tags') {
|
||||
$count = count($parameters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue