mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14264] Don't use constants as return values
This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264
This commit is contained in:
@@ -27,12 +27,4 @@ class group_description extends \phpbb\textreparser\row_based_plugin
|
||||
'options' => 'group_desc_options',
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_table_name()
|
||||
{
|
||||
return GROUPS_TABLE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user