From f4ef1ab6bd4b18ea002ec1d5bf733d4f6b357e57 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Mon, 16 Jun 2014 01:01:10 +0200 Subject: [PATCH] [ticket/12715] Add missing new line in the notification manager PHPBB3-12715 --- phpBB/phpbb/notification/manager.php | 1 + 1 file changed, 1 insertion(+) 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; /**