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; /**