1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15594] Use correct v33x namespace for migration

PHPBB3-15594
This commit is contained in:
Marc Alexander
2020-09-10 12:52:11 +02:00
parent e56088f921
commit 4de62a3712

View File

@@ -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
{