aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/auth/provider/db.php')
-rw-r--r--phpBB/includes/auth/provider/db.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/auth/provider/db.php b/phpBB/includes/auth/provider/db.php
index b9b808cb5d..0934c56d9b 100644
--- a/phpBB/includes/auth/provider/db.php
+++ b/phpBB/includes/auth/provider/db.php
@@ -22,8 +22,7 @@ if (!defined('IN_PHPBB'))
*
* @package auth
*/
-class phpbb_auth_provider_db extends phpbb_auth_provider_base
- implements phpbb_auth_provider_interface
+class phpbb_auth_provider_db extends phpbb_auth_provider_base
{
/**