aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/notification/method/base.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-04 15:21:07 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-04 15:21:07 -0500
commitff136cc96a62147bc7468b716b86a30f12754e77 (patch)
treed43215903b340b8c3ac496cebe3dc54233b17a43 /phpBB/includes/notification/method/base.php
parentb9bc65eed88bbd2dff12102909903cbf4dc9b368 (diff)
downloadforums-ff136cc96a62147bc7468b716b86a30f12754e77.tar
forums-ff136cc96a62147bc7468b716b86a30f12754e77.tar.gz
forums-ff136cc96a62147bc7468b716b86a30f12754e77.tar.bz2
forums-ff136cc96a62147bc7468b716b86a30f12754e77.tar.xz
forums-ff136cc96a62147bc7468b716b86a30f12754e77.zip
[ticket/11103] Do not use Symfony\...\ContainerBuilder;
It's no longer needed PHPBB3-11103
Diffstat (limited to 'phpBB/includes/notification/method/base.php')
-rw-r--r--phpBB/includes/notification/method/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/notification/method/base.php b/phpBB/includes/notification/method/base.php
index ced85e2582..d95a65fa72 100644
--- a/phpBB/includes/notification/method/base.php
+++ b/phpBB/includes/notification/method/base.php
@@ -7,7 +7,6 @@
*
*/
-use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* @ignore