1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

Merge pull request #6003 from kasimi/ticket/16514

[ticket/16514] Move google_recaptcha_v3 migration from v330 to v33x
This commit is contained in:
Marc Alexander 2020-06-07 22:46:35 +02:00
commit b7b3282649
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -11,7 +11,7 @@
*
*/
namespace phpbb\db\migration\data\v330;
namespace phpbb\db\migration\data\v33x;
class google_recaptcha_v3 extends \phpbb\db\migration\migration
{