@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public function __construct() |
| 16 | 16 | { |
| 17 | 17 | $custom_config = SettingsModel::get('controller_config_override', null); |
| 18 | - if($custom_config){ |
|
| 18 | + if ($custom_config) { |
|
| 19 | 19 | $this->importExportConfig = $custom_config; |
| 20 | 20 | } |
| 21 | 21 | |