1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14891] Remove unused use statements

PHPBB3-14891
This commit is contained in:
Marc Alexander
2016-12-09 08:56:16 +01:00
parent 7fedc19cc4
commit 5f56e9025b
2 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,6 @@
namespace phpbb\di;
use phpbb\filesystem\filesystem;
use Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator;
use Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper;
use Symfony\Component\Config\ConfigCache;
use Symfony\Component\Config\FileLocator;