1
0
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:
lionel-rowe
2022-05-01 21:09:21 +01:00
committed by Marc Alexander
parent dd6e110210
commit 60af39b38c

View File

@@ -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'];
}