mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #3083 from Nicofuma/ticket/13231
[ticket/13231] Update the dependencies of the migration contact_admin_form
This commit is contained in:
commit
df1212ce27
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ class contact_admin_form extends \phpbb\db\migration\migration
|
||||||
return isset($this->config['contact_admin_form_enable']);
|
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()
|
public function update_data()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue