mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/13803] Refactored test
PHPBB3-13803
This commit is contained in:
@@ -18,7 +18,7 @@ class forum_rules extends \phpbb\textreparser\row_based_plugin
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_columns()
|
||||
public function get_columns()
|
||||
{
|
||||
return array(
|
||||
'id' => 'forum_id',
|
||||
@@ -30,7 +30,7 @@ class forum_rules extends \phpbb\textreparser\row_based_plugin
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function get_table_name()
|
||||
public function get_table_name()
|
||||
{
|
||||
return FORUMS_TABLE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user