mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -17,7 +17,10 @@ class bot_update extends \phpbb\db\migration\migration
|
|||||||
{
|
{
|
||||||
public static function depends_on()
|
public static function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\v310\rc6');
|
return array(
|
||||||
|
'\phpbb\db\migration\data\v310\rc6',
|
||||||
|
'\phpbb\db\migration\data\v310\avatars',
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_data()
|
public function update_data()
|
||||||
|
Reference in New Issue
Block a user