diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-06-16 01:01:10 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-16 01:01:10 +0200 |
| commit | f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57 (patch) | |
| tree | f108990e7a774bf1211780160855f4c0d4acd939 /phpBB/phpbb | |
| parent | bae172447602d876da733a5fbfb06f5f6f1b3d42 (diff) | |
| download | forums-f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57.tar forums-f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57.tar.gz forums-f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57.tar.bz2 forums-f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57.tar.xz forums-f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57.zip | |
[ticket/12715] Add missing new line in the notification manager
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/notification/manager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php index a9294fd458..74ef980445 100644 --- a/phpBB/phpbb/notification/manager.php +++ b/phpBB/phpbb/notification/manager.php @@ -12,6 +12,7 @@ */ namespace phpbb\notification; + use Symfony\Component\DependencyInjection\ContainerInterface; /** |
