diff --git a/src/Features/TenantConfig.php b/src/Features/TenantConfig.php index 0829a1e4..647d9532 100644 --- a/src/Features/TenantConfig.php +++ b/src/Features/TenantConfig.php @@ -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); } } @@ -41,4 +41,4 @@ class TenantConfig implements Feature { return $this->app['config']['tenancy.storage_to_config_map'] ?? []; } -} \ No newline at end of file +}