@@ -223,8 +223,7 @@ |
||
| 223 | 223 | } elseif ($modify instanceof \Closure) { |
| 224 | 224 | throw new \Exception('FieldsBuilder can\'t be modified with a closure.'); |
| 225 | 225 | } |
| 226 | - } |
|
| 227 | - else if (is_array($modify)) { |
|
| 226 | + } else if (is_array($modify)) { |
|
| 228 | 227 | $this->updateConfig($modify); |
| 229 | 228 | } elseif ($modify instanceof \Closure) { |
| 230 | 229 | throw new \Exception('FlexibleContentBuilder can\'t be modified with a closure.'); |