mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modules
PHPBB3-11878
This commit is contained in:
parent
179f41475b
commit
9503b4d529
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()
|
||||
{
|
||||
return array(
|
||||
'phpbb\db\migration\data\v310\dev',
|
||||
'phpbb\db\migration\data\v310\softdelete_p2',
|
||||
'\phpbb\db\migration\data\v310\dev',
|
||||
'\phpbb\db\migration\data\v310\softdelete_p2',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue