mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
phpstan fix
This commit is contained in:
parent
551895d582
commit
12fcbabd76
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if (! function_exists('tenant')) {
|
||||||
return app(Tenant::class);
|
return app(Tenant::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
return app(Tenant::class)?->getAttribute($key);
|
return app(Tenant::class)->getAttribute($key);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue