1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[feature/oauth] Update class name based on last commit

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-14 14:09:13 -04:00
parent 117a758f66
commit a43a8f8c72
2 changed files with 2 additions and 2 deletions

View File

@@ -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.