| @@ -19,8 +19,9 @@ | ||
| 19 | 19 | use Give\Donations\ListTable\DonationsListTable; |
| 20 | 20 | use Give\Donations\Migrations\AddMissingDonorIdToDonationComments; |
| 21 | 21 | use Give\Donations\Migrations\MoveDonationCommentToDonationMetaTable; |
| 22 | 22 | use Give\Donations\Migrations\RecalculateExchangeRate; |
| 23 | +use Give\Donations\Migrations\SanitizeSerializedObjectPayloads; | |
| 23 | 24 | use Give\Donations\Migrations\SetAutomaticFormattingOption; |
| 24 | 25 | use Give\Donations\Migrations\UnserializeTitlePrefix; |
| 25 | 26 | use Give\Donations\Models\Donation; |
| 26 | 27 | use Give\Donations\Repositories\DonationNotesRepository; |
| @@ -62,8 +63,9 @@ | ||
| 62 | 63 | SetAutomaticFormattingOption::class, |
| 63 | 64 | MoveDonationCommentToDonationMetaTable::class, |
| 64 | 65 | UnserializeTitlePrefix::class, |
| 65 | 66 | RecalculateExchangeRate::class, |
| 67 | + SanitizeSerializedObjectPayloads::class, | |
| 66 | 68 | ]); |
| 67 | 69 | } |
| 68 | 70 | |
| 69 | 71 | /** |