Skip to content

Commit

Permalink
COMMERCE-5552
Browse files Browse the repository at this point in the history
added new entities
  • Loading branch information
gor911 committed Nov 14, 2023
1 parent e36192f commit 4969ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BulkProcessExecutor/Enums/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace Uc\BulkProcess\BulkProcessExecutor\Enums;

use Bulkprocess\Entity as ProtoEntityEnum;

enum Entity: int
{
case PRODUCT = 0;
Expand All @@ -23,4 +21,7 @@ enum Entity: int
case CART_RULE = 12;
case PAGE = 13;
case TEAM = 14;
case BOOKING = 15;
case EVENT_CATEGORY = 16;
case BOOKING_CATEGORY = 17;
}

0 comments on commit 4969ad3

Please sign in to comment.