mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16858] Fix coding style
PHPBB3-16858
This commit is contained in:
parent
86af3a2ba4
commit
cd53106ec3
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
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'];
|
return ['\phpbb\db\migration\data\v33x\v334'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue