Completed
Push — master ( 39c4de...22c9ee )
by Ryan
02:13
created
src/Setting/Plugin/SettingPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
             )
Please login to merge, or discard this patch.