mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11882] Incorrect dependency in signature module auth migration
PHPBB3-11882
This commit is contained in:
parent
49ce2c13b2
commit
cab84dd9c5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class signature_module_auth extends \phpbb\db\migration\migration
|
||||||
|
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('\phpbb\db\migration\data\v31x\dev');
|
return array('\phpbb\db\migration\data\v310\dev');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_data()
|
public function update_data()
|
||||||
|
|
Loading…
Add table
Reference in a new issue