Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

8 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -15,7 +15,7 @@ class BlockEmbed extends AbstractExtension {
public function getFunctions() {
return [
new TwigFunction('block_embed', [$this, 'block_embed']),
new TwigFunction('block_embed', $this->block_embed(...)),
];
}
Loading