Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
2
@@ -14,7 +14,7 @@ class FileGetContents extends AbstractExtension {
public function getFunctions() {
return [
new TwigFunction('fileGetContents', array($this, 'fileGetContents')),
new TwigFunction('fileGetContents', $this->fileGetContents(...)),
];
}
Loading