mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
This commit is contained in:
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
||||
* Interface for avatar drivers
|
||||
* @package phpBB3
|
||||
*/
|
||||
interface phpbb_avatar_driver_interface
|
||||
interface phpbb_avatar_driver_driver_interface
|
||||
{
|
||||
/**
|
||||
* Returns the name of the driver.
|
Reference in New Issue
Block a user