1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:04:02 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-05-30 15:15:07 +00:00 committed by StyleCI Bot
parent 6dad6ce49a
commit 21a2b3f01d

View file

@ -44,7 +44,6 @@ class TenantConfig implements Feature
public function setTenantConfig(Tenant $tenant): void
{
/** @var Tenant|Model $tenant */
foreach (static::$storageToConfigMap as $storageKey => $configKey) {
$override = $tenant->getAttribute($storageKey);