From 8f4b9636adc0251682b8833c3acdc286a38e6190 Mon Sep 17 00:00:00 2001 From: Frederik Rommel Date: Tue, 31 Aug 2021 18:31:12 +0200 Subject: [PATCH] fix typo in migration --- Resources/migrations/602-profile-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/migrations/602-profile-config.php b/Resources/migrations/602-profile-config.php index cd752033..d0210ebd 100644 --- a/Resources/migrations/602-profile-config.php +++ b/Resources/migrations/602-profile-config.php @@ -15,7 +15,7 @@ class Migration602 extends AbstractPluginMigration // @phpstan-ignore-next-line public function up($mode) { - if(defined('RATEPAY_MIGRATION_DONE_603')) { + if(defined('RATEPAY_MIGRATION_DONE_602')) { return; }