mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13231] Update the dependencies of the migration contact_admin_form
PHPBB3-13231
This commit is contained in:
@@ -20,6 +20,11 @@ class contact_admin_form extends \phpbb\db\migration\migration
|
||||
return isset($this->config['contact_admin_form_enable']);
|
||||
}
|
||||
|
||||
static public function depends_on()
|
||||
{
|
||||
return array('\phpbb\db\migration\data\v310\config_db_text');
|
||||
}
|
||||
|
||||
public function update_data()
|
||||
{
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user