@@ -24,7 +24,7 @@ |
||
| 24 | 24 | return [ |
| 25 | 25 | new \Twig_SimpleFunction( |
| 26 | 26 | 'preference', |
| 27 | - function ($key) { |
|
| 27 | + function($key) { |
|
| 28 | 28 | return $this->dispatch(new GetPreference($key)); |
| 29 | 29 | } |
| 30 | 30 | ) |