mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15594] Use correct v33x namespace for migration
PHPBB3-15594
This commit is contained in:
parent
e56088f921
commit
4de62a3712
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace phpbb\db\migration\data\v400;
|
||||
namespace phpbb\db\migration\data\v33x;
|
||||
|
||||
class remove_profilefield_aol extends \phpbb\db\migration\migration
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue