1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-05-02 20:41:33 +02:00
commit e191549fb4
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -20,7 +20,7 @@ class v334 extends \phpbb\db\migration\migration
return version_compare($this->config['version'], '3.3.4', '>=');
}
static public function depends_on()
public static function depends_on()
{
return [
'\phpbb\db\migration\data\v33x\v334rc1',