@@ -37,7 +37,7 @@ |
||
| 37 | 37 | public function getFunctions() |
| 38 | 38 | { |
| 39 | 39 | return [ |
| 40 | - new \Twig_SimpleFunction('sylius_settings', [$this->helper, 'getSettings']), |
|
| 40 | + new \Twig_SimpleFunction('sylius_settings', [$this->helper, 'getSettings']), |
|
| 41 | 41 | ]; |
| 42 | 42 | } |
| 43 | 43 | |