Skip to content

Commit

Permalink
refactor: remove settings from file name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 13, 2023
1 parent 9c5a64d commit 44d49ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FormMigration/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function register()
Steps\FormMeta::class,
Steps\PdfSettings::class,
Steps\FeeRecovery::class,
Steps\MailchimpSettings::class,
Steps\Mailchimp::class,
]);
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* @unreleased
*/
class MailchimpSettings extends FormMigrationStep
class Mailchimp extends FormMigrationStep
{
/**
* @unreleased
Expand Down

0 comments on commit 44d49ff

Please sign in to comment.