mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16770] Rearrange static qualifier in 3.3.4 migration
PHPBB3-16770
This commit is contained in:
parent
ecc79ea2ec
commit
47321954b7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class v334 extends \phpbb\db\migration\migration
|
||||||
return version_compare($this->config['version'], '3.3.4', '>=');
|
return version_compare($this->config['version'], '3.3.4', '>=');
|
||||||
}
|
}
|
||||||
|
|
||||||
static public function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'\phpbb\db\migration\data\v33x\v334rc1',
|
'\phpbb\db\migration\data\v33x\v334rc1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue