Skip to content

Commit

Permalink
Merge pull request #97 from Akollade/twig-node-yield
Browse files Browse the repository at this point in the history
Add missing YieldReady for Twig Node
  • Loading branch information
notFloran authored Dec 9, 2024
2 parents ca76808 + 33c6bcf commit 651865d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Twig/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

namespace NotFloran\MjmlBundle\Twig;

use Twig\Attribute\YieldReady;
use Twig\Compiler;
use Twig\Node\CaptureNode;
use Twig\Node\Node as Twig_Node;

#[YieldReady]
class Node extends Twig_Node
{
/**
Expand Down

0 comments on commit 651865d

Please sign in to comment.