Skip to content

Commit

Permalink
add additionalInfo on edge
Browse files Browse the repository at this point in the history
  • Loading branch information
JalalLinuX committed Oct 30, 2023
1 parent d3fe3dc commit 8551641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Entities/Edge.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @property Id $tenantId
* @property Id $customerId
* @property Id $rootRuleChainId
* @property array $additionalInfo
* @property \DateTime $createdTime
* @property string $name
* @property string $type
Expand All @@ -32,6 +33,7 @@ class Edge extends Tntity
{
protected $fillable = [
'id',
'additionalInfo',
'createdTime',
'tenantId',
'customerId',
Expand Down

0 comments on commit 8551641

Please sign in to comment.