aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider_collection.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/auth/provider_collection.php')
-rw-r--r--phpBB/phpbb/auth/provider_collection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider_collection.php b/phpBB/phpbb/auth/provider_collection.php
index 8e7e9e2cc1..71da30e4c4 100644
--- a/phpBB/phpbb/auth/provider_collection.php
+++ b/phpBB/phpbb/auth/provider_collection.php
@@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Collection of auth providers to be configured at container compile time.
*/
-class provider_collection extends \phpbb\di\service_collection
+class provider_collection extends \phpbb\di\service_collection\service_collection
{
/** @var \phpbb\config\config phpBB Config */
protected $config;