Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Open project update bot requested to merge issue/guswds-3461630:project-update-bot-only into 5.x
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,7 +25,7 @@ class AddAttributesTwigExtension extends AbstractExtension {
$functions = parent::getFunctions();
$functions[] = new TwigFunction(
'add_attributes',
[$this, 'addAttributes'],
$this->addAttributes(...),
['needs_context' => TRUE, 'is_safe' => ['html']]
);
return $functions;
Loading