mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[feature/bbcode-icon-name] Switch static public keywords to apease test
PHPBB3-17326
This commit is contained in:
parent
8d3d6ebd8a
commit
9fd29c1412
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class add_bbcode_font_icon extends \phpbb\db\migration\migration
|
|||
return $this->db_tools->sql_column_exists($this->table_prefix . 'bbcodes', 'bbcode_font_icon');
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
public static function depends_on()
|
||||
{
|
||||
return [
|
||||
'\phpbb\db\migration\data\v330\v330'
|
||||
|
|
Loading…
Add table
Reference in a new issue