mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
6dad6ce49a
commit
21a2b3f01d
1 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,6 @@ class TenantConfig implements Feature
|
||||||
public function setTenantConfig(Tenant $tenant): void
|
public function setTenantConfig(Tenant $tenant): void
|
||||||
{
|
{
|
||||||
/** @var Tenant|Model $tenant */
|
/** @var Tenant|Model $tenant */
|
||||||
|
|
||||||
foreach (static::$storageToConfigMap as $storageKey => $configKey) {
|
foreach (static::$storageToConfigMap as $storageKey => $configKey) {
|
||||||
$override = $tenant->getAttribute($storageKey);
|
$override = $tenant->getAttribute($storageKey);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue