mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 17:41:24 +02:00
[ticket/13859] Reorder static & public in migration
PHPBB3-13859
This commit is contained in:
committed by
Marc Alexander
parent
dd6e110210
commit
60af39b38c
@@ -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'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user