mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16008] Clean up phpBB OAuth system
PHPBB3-16008
This commit is contained in:
@@ -16,7 +16,7 @@ namespace phpbb\auth\provider;
|
||||
/**
|
||||
* Base authentication provider class that all other providers should implement
|
||||
*/
|
||||
abstract class base implements \phpbb\auth\provider\provider_interface
|
||||
abstract class base implements provider_interface
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user