@@ -72,7 +72,7 @@ |
||
| 72 | 72 | $type = Input::get('type'); |
| 73 | 73 | if ($type == 'settings-value' || $type == 'settings-array') { |
| 74 | 74 | $key = Input::get('key'); |
| 75 | - if(Settings::isReadOnly($key)) { |
|
| 75 | + if (Settings::isReadOnly($key)) { |
|
| 76 | 76 | return response('Read only setting', 422); |
| 77 | 77 | } |
| 78 | 78 | Settings::set($key, Input::get('value')); |