added a missing namespace use statement

This commit is contained in:
Fabien Potencier 2013-12-31 09:21:53 +01:00
parent 28a8400867
commit 3203793a6a

View File

@ -12,6 +12,7 @@
namespace Symfony\Bundle\FrameworkBundle\Templating\Helper;
use Symfony\Component\Templating\Helper\Helper;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
/**