Completed
Push — master ( fb83d3...80f23e )
by Ryan
02:12
created
src/SettingsModulePlugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,13 +25,13 @@
 block discarded – undo
25 25
         return [
26 26
             new \Twig_SimpleFunction(
27 27
                 'setting',
28
-                function ($key) {
28
+                function($key) {
29 29
                     return $this->dispatch(new GetValueFieldType($key));
30 30
                 }
31 31
             ),
32 32
             new \Twig_SimpleFunction(
33 33
                 'setting_value',
34
-                function ($key, $default = null) {
34
+                function($key, $default = null) {
35 35
                     return $this->dispatch(new GetSettingValue($key, $default));
36 36
                 }
37 37
             )
Please login to merge, or discard this patch.