mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge pull request #1744 from EXreaction/ticket/11878
[ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modules
This commit is contained in:
commit
d7b8c15c86
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class softdelete_mcp_modules extends \phpbb\db\migration\migration
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'phpbb\db\migration\data\v310\dev',
|
'\phpbb\db\migration\data\v310\dev',
|
||||||
'phpbb\db\migration\data\v310\softdelete_p2',
|
'\phpbb\db\migration\data\v310\softdelete_p2',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue