mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12990] Use protected instead of private
PHPBB3-12990
This commit is contained in:
@@ -15,7 +15,7 @@ namespace phpbb\db\migration\data\v310;
|
||||
|
||||
class notifications_use_full_name extends \phpbb\db\migration\migration
|
||||
{
|
||||
private $notification_types = array(
|
||||
protected $notification_types = array(
|
||||
'admin_activate_user',
|
||||
'approve_post',
|
||||
'approve_topic',
|
||||
@@ -35,7 +35,7 @@ class notifications_use_full_name extends \phpbb\db\migration\migration
|
||||
'topic',
|
||||
'topic_in_queue');
|
||||
|
||||
private $notification_methods = array(
|
||||
protected $notification_methods = array(
|
||||
'email',
|
||||
'jabber',
|
||||
);
|
||||
|
Reference in New Issue
Block a user