mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
72d16d8efd
commit
b53da1309d
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ class TenantConfig implements Feature
|
|||
|
||||
public function setTenantConfig(Tenant $tenant): void
|
||||
{
|
||||
foreach($this->getStorageToConfigMap() as $storageKey => $configKey) {
|
||||
foreach ($this->getStorageToConfigMap() as $storageKey => $configKey) {
|
||||
$this->app['config'][$configKey] = $tenant->get($storageKey);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue