aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service/base.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 03:22:13 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 03:22:13 +0200
commit1fa673bdedcc46fda69f62b6cb967bd33812f50a (patch)
tree8b536534bd4bdc875b70e76290e5c1a9e3ab9bb0 /phpBB/phpbb/auth/provider/oauth/service/base.php
parent09cfa01d589ead86cf811e27b52167539e0478ec (diff)
downloadforums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.gz
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.bz2
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.tar.xz
forums-1fa673bdedcc46fda69f62b6cb967bd33812f50a.zip
[ticket/11700] Fix authentication acp after develop merge
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service/base.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/base.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/base.php b/phpBB/phpbb/auth/provider/oauth/service/base.php
index 1eb49b4265..61deb48695 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/base.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/base.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\auth\provider\oauth\service;
+
/**
* @ignore
*/
@@ -20,7 +22,7 @@ if (!defined('IN_PHPBB'))
*
* @package auth
*/
-abstract class phpbb_auth_provider_oauth_service_base implements phpbb_auth_provider_oauth_service_interface
+abstract class base implements \phpbb\auth\provider\oauth\service\service_interface
{
/**
* External OAuth service provider