mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge pull request #6204 from marc1706/ticket/16770
[ticket/16770] Rearrange static qualifier in 3.3.4 migration
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user