mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17209] Fix migration namespace
PHPBB3-17209
This commit is contained in:
parent
7efadf46a6
commit
7d1e637a0a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\db\migration\data\v330;
|
||||
namespace phpbb\db\migration\data\v400;
|
||||
|
||||
class add_mention_settings extends \phpbb\db\migration\migration
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue