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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user