Skip to content

Commit

Permalink
Attributes added for Deprecated dynamic variables in PHP8.2 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire authored Oct 30, 2023
1 parent c785b3d commit 1f2f01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/apigee_m10n_teams/src/Entity/TeamsRatePlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/**
* Overridden team aware class for the `rate_plan` entity.
*/
#[\AllowDynamicProperties]
class TeamsRatePlan extends RatePlan {

use TeamRouteAwarePropertyTrait;
Expand Down
1 change: 1 addition & 0 deletions src/Entity/RatePlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
* field_ui_base_route = "apigee_m10n.settings.rate_plan",
* )
*/
#[\AllowDynamicProperties]
class RatePlan extends FieldableEdgeEntityBase implements RatePlanInterface {

use CurrencyPropertyAwareDecoratorTrait;
Expand Down

0 comments on commit 1f2f01c

Please sign in to comment.