mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-20 22:04:02 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
b51d5caaf5
commit
8107ed4ecc
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@ class LogTenancyBootstrapper implements TenancyBootstrapper
|
||||||
// the override is ignored and the channel config key's value remains unchanged.
|
// the override is ignored and the channel config key's value remains unchanged.
|
||||||
foreach ($override as $configKey => $tenantAttributeName) {
|
foreach ($override as $configKey => $tenantAttributeName) {
|
||||||
/** @var Tenant&Model $tenant */
|
/** @var Tenant&Model $tenant */
|
||||||
|
|
||||||
$tenantAttribute = $tenant->getAttribute($tenantAttributeName);
|
$tenantAttribute = $tenant->getAttribute($tenantAttributeName);
|
||||||
|
|
||||||
if ($tenantAttribute !== null) {
|
if ($tenantAttribute !== null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue