← All changes
|
src/DonationForms/DataTransferObjects/DonateControllerData.php
+4
-0
4.16.5.1
→
4.17.0
View file →
| @@ -17,8 +17,12 @@ | ||
| 17 | 17 | use Give\Subscriptions\ValueObjects\SubscriptionMode; |
| 18 | 18 | use Give\Subscriptions\ValueObjects\SubscriptionPeriod; |
| 19 | 19 | use Give\Subscriptions\ValueObjects\SubscriptionStatus; |
| 20 | 20 | |
| 21 | +/** | |
| 22 | + * @since 4.17.0 Allow dynamic properties, since custom field values are assigned by name. | |
| 23 | + */ | |
| 24 | +#[\AllowDynamicProperties] | |
| 21 | 25 | class DonateControllerData |
| 22 | 26 | { |
| 23 | 27 | /** |
| 24 | 28 | * @var float |