diff --git a/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php b/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php index 1531de8f2e..fb87b7480c 100644 --- a/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php +++ b/phpBB/phpbb/db/migration/data/v33x/jquery_update_v2.php @@ -22,7 +22,7 @@ class jquery_update_v2 extends migration return $this->config['load_jquery_url'] === '//ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'; } - static public function depends_on() + public static function depends_on() { return ['\phpbb\db\migration\data\v33x\v334']; }