diff options
author | Carlo <carlo@phpbbitalia.net> | 2014-07-15 13:31:34 +0200 |
---|---|---|
committer | Carlo <carlo@phpbbitalia.net> | 2014-07-15 13:31:34 +0200 |
commit | 3eafeeb88d173bc4f2b082ee5f09f85bef931ec9 (patch) | |
tree | 84846987ead08a2839bdf1565e29ef67f63dbca7 /phpBB | |
parent | 15136e4f8e36ca972f6b1b0bb7a4867967698335 (diff) | |
download | forums-3eafeeb88d173bc4f2b082ee5f09f85bef931ec9.tar forums-3eafeeb88d173bc4f2b082ee5f09f85bef931ec9.tar.gz forums-3eafeeb88d173bc4f2b082ee5f09f85bef931ec9.tar.bz2 forums-3eafeeb88d173bc4f2b082ee5f09f85bef931ec9.tar.xz forums-3eafeeb88d173bc4f2b082ee5f09f85bef931ec9.zip |
[ticket/12685] Removed unused USE statement
PHPBB3-12685
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/console/application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/application.php b/phpBB/phpbb/console/application.php index 5202a1fbaf..b08346b8fa 100644 --- a/phpBB/phpbb/console/application.php +++ b/phpBB/phpbb/console/application.php @@ -17,7 +17,6 @@ use Symfony\Component\Console\Shell; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\DependencyInjection\ContainerInterface; class application extends \Symfony\Component\Console\Application { |