mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
[feature/avatars] Use protected instead of private
PHPBB3-10018
This commit is contained in:
@@ -21,7 +21,7 @@ if (!defined('IN_PHPBB'))
|
||||
*/
|
||||
abstract class phpbb_avatar_driver implements phpbb_avatar_driver_interface
|
||||
{
|
||||
private $name;
|
||||
protected $name;
|
||||
|
||||
/**
|
||||
* Returns the name of the driver.
|
||||
|
Reference in New Issue
Block a user