diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-04 15:21:07 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-04 15:21:07 -0500 |
commit | ff136cc96a62147bc7468b716b86a30f12754e77 (patch) | |
tree | d43215903b340b8c3ac496cebe3dc54233b17a43 /phpBB/includes/notification/method/base.php | |
parent | b9bc65eed88bbd2dff12102909903cbf4dc9b368 (diff) | |
download | forums-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.php | 1 |
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 |