Skip to content

Commit

Permalink
Merge branch '2.x' into minimumdrupalversion
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 18, 2024
2 parents 7cfe47d + 1f6935f commit dd9222c
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 dd9222c

Please sign in to comment.