Skip to content

Commit

Permalink
fix typo in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Aug 31, 2021
1 parent 9158899 commit 8f4b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/migrations/602-profile-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8f4b963

Please sign in to comment.