1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

[ticket/12957] Removed unused use

PHPBB3-12957
This commit is contained in:
Tristan Darricau
2014-08-10 04:01:47 +02:00
parent e7e6d45789
commit 143c1ba8d1

View File

@ -13,9 +13,6 @@
namespace phpbb\template\twig;
use Twig_Lexer;
use Twig_LexerInterface;
class environment extends \Twig_Environment
{
/** @var \phpbb\config\config */