1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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
{