aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/token_storage.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:09:13 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:22:43 -0400
commita43a8f8c72f14b683f7db39a20c6d5fc4f154744 (patch)
tree609a2e25fe8924b9e40bbff5143a44d059717a1e /phpBB/phpbb/auth/provider/oauth/token_storage.php
parent117a758f6610ccc52142ca177504442cbd4869ab (diff)
downloadforums-a43a8f8c72f14b683f7db39a20c6d5fc4f154744.tar
forums-a43a8f8c72f14b683f7db39a20c6d5fc4f154744.tar.gz
forums-a43a8f8c72f14b683f7db39a20c6d5fc4f154744.tar.bz2
forums-a43a8f8c72f14b683f7db39a20c6d5fc4f154744.tar.xz
forums-a43a8f8c72f14b683f7db39a20c6d5fc4f154744.zip
[feature/oauth] Update class name based on last commit
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/token_storage.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/token_storage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/token_storage.php b/phpBB/phpbb/auth/provider/oauth/token_storage.php
index fcc277053c..227b51efc9 100644
--- a/phpBB/phpbb/auth/provider/oauth/token_storage.php
+++ b/phpBB/phpbb/auth/provider/oauth/token_storage.php
@@ -26,7 +26,7 @@ use OAuth\Common\Storage\Exception\TokenNotFoundException;
*
* @package auth
*/
-class phpbb_auth_oauth_token_storage implements TokenStorageInterface
+class phpbb_auth_provider_oauth_token_storage implements TokenStorageInterface
{
/**
* Cache driver.