Skip to content

Commit

Permalink
Added the required field 'id' to the base class 'entity' (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinhyden authored and reynolek committed Mar 16, 2019
1 parent 01f7981 commit 9161346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AutotaskObjects/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
class Entity
{
// Required
public $id;
public $Fields;
public $UserDefinedFields;
}

0 comments on commit 9161346

Please sign in to comment.