mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13803] Refactored test
PHPBB3-13803
This commit is contained in:
@@ -50,7 +50,7 @@ class user_signature extends \phpbb\textreparser\row_based_plugin
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_columns()
|
||||
public function get_columns()
|
||||
{
|
||||
return array(
|
||||
'id' => 'user_id',
|
||||
@@ -63,7 +63,7 @@ class user_signature extends \phpbb\textreparser\row_based_plugin
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_table_name()
|
||||
public function get_table_name()
|
||||
{
|
||||
return USERS_TABLE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user