Skip to content

Commit c0acae7

Browse files
committed
Merge pull request #21 from cbalda/1.0
Add use Mouf\Utils\Value\ValueInterface in TwigTemplate
2 parents 0a47856 + c1e66b4 commit c0acae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mouf/Html/Renderer/Twig/TwigTemplate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
use Mouf\Html\HtmlElement\HtmlElementInterface;
55
use Mouf\Utils\Value\MapValueInterface;
66
use Mouf\Utils\Value\ValueUtils;
7+
use Mouf\Utils\Value\ValueInterface;
78

89
/**
910
* This class represents a Twig template that can be rendered, using the toHtml() method.

0 commit comments

Comments
 (0)