@@ -36,8 +36,6 @@ |
||
36 | 36 | * Create a new SettingRepositoryInterface instance. |
37 | 37 | * |
38 | 38 | * @param SettingModel $model |
39 | - * @param Repository $config |
|
40 | - * @param FieldTypeCollection $fieldTypes |
|
41 | 39 | */ |
42 | 40 | public function __construct(SettingModel $model) |
43 | 41 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | return [ |
26 | 26 | new \Twig_SimpleFunction( |
27 | 27 | 'setting_value', |
28 | - function ($key, $default = null) { |
|
28 | + function($key, $default = null) { |
|
29 | 29 | return $this->dispatch(new GetSettingValue($key, $default)); |
30 | 30 | } |
31 | 31 | ) |