@@ -15,11 +15,11 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function getFunctions() |
| 17 | 17 | { |
| 18 | - return [ |
|
| 19 | - new \Twig_SimpleFunction('cache_manifest', [$this, 'getCacheManifest'], [ |
|
| 20 | - 'needs_environment' => true |
|
| 21 | - ]) |
|
| 22 | - ]; |
|
| 18 | + return [ |
|
| 19 | + new \Twig_SimpleFunction('cache_manifest', [$this, 'getCacheManifest'], [ |
|
| 20 | + 'needs_environment' => true |
|
| 21 | + ]) |
|
| 22 | + ]; |
|
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | /** |