Skip to content

Commit

Permalink
Added exception attribute for Deprecated Dynamic variable warning in …
Browse files Browse the repository at this point in the history
…PHP8.2 (#962)
  • Loading branch information
kedarkhaire authored Oct 20, 2023
1 parent cec58bf commit 7a269c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/ApiProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* },
* )
*/
#[\AllowDynamicProperties]
class ApiProduct extends EdgeEntityBase implements ApiProductInterface {

// The majority of Drupal core & contrib assumes that an entity to be
Expand Down

0 comments on commit 7a269c6

Please sign in to comment.