X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/473d0c32a2cd4abd514f87950e8b254e797ffc7e..fa2660f5327dfaa132b6de7d0d762a784eea400e:/Twig/PackNode.php diff --git a/Twig/PackNode.php b/Twig/PackNode.php deleted file mode 100644 index 79e8e41..0000000 --- a/Twig/PackNode.php +++ /dev/null @@ -1,21 +0,0 @@ -'] = ''; in twig template - $compiler - ->addDebugInfo($this) - ->write('$context[\''.$this->getAttribute('name').'\'] = ') - ->repr($this->getAttribute('output')) - ->raw(";\n") - ->subcompile($this->getNode('value')) - ->raw(";\n"); - } -}