mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/13859] Reorder static & public in migration
PHPBB3-13859
This commit is contained in:
parent
dd6e110210
commit
60af39b38c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class profilefield_youtube_update extends \phpbb\db\migration\migration
|
|||
return $row['field_validation'] === $this->youtube_url_matcher;
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
public static function depends_on()
|
||||
{
|
||||
return ['\phpbb\db\migration\data\v33x\v337'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue