Skip to content

Commit

Permalink
Added AttributesPropertyAwareTrait that was missing (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 18, 2024
1 parent c385fdb commit 1f6935f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Entity/XProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -63,6 +64,7 @@
#[\AllowDynamicProperties]
class XProduct extends FieldableEdgeEntityBase implements XProductInterface {

use AttributesPropertyAwareTrait;
use DisplayNamePropertyAwareDecoratorTrait;
use DescriptionPropertyAwareDecoratorTrait;
use IdPropertyAwareDecoratorTrait;
Expand Down

0 comments on commit 1f6935f

Please sign in to comment.