diff --git a/src/Entity/XProduct.php b/src/Entity/XProduct.php index 30113134..00ff007c 100755 --- a/src/Entity/XProduct.php +++ b/src/Entity/XProduct.php @@ -21,6 +21,7 @@ use Apigee\Edge\Api\ApigeeX\Entity\ApiProduct; use Apigee\Edge\Entity\EntityInterface as EdgeEntityInterface; +use Apigee\Edge\Entity\Property\AttributesPropertyAwareTrait; use Drupal\apigee_edge\Entity\FieldableEdgeEntityBase; use Drupal\apigee_m10n\Entity\Property\DescriptionPropertyAwareDecoratorTrait; use Drupal\apigee_m10n\Entity\Property\DisplayNamePropertyAwareDecoratorTrait; @@ -63,6 +64,7 @@ #[\AllowDynamicProperties] class XProduct extends FieldableEdgeEntityBase implements XProductInterface { + use AttributesPropertyAwareTrait; use DisplayNamePropertyAwareDecoratorTrait; use DescriptionPropertyAwareDecoratorTrait; use IdPropertyAwareDecoratorTrait;