Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Apr 4, 2024
1 parent a3ed301 commit 356badb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ class Model extends BaseModel
'owned_by_id' => null,
'parent_id' => null,
'model_type' => null,
'campaign_id' => null,
'goal_id' => null,
'lead_id' => null,
'opportunity_id' => null,
'plan_id' => null,
'region_id' => null,
'report_id' => null,
'source_id' => null,
'task_id' => null,
'team_id' => null,
'teammate_id' => null,
'created_at' => null,
'updated_at' => null,
'deleted_at' => null,
Expand Down Expand Up @@ -242,6 +253,17 @@ class Model extends BaseModel
'owned_by_id',
'parent_id',
'model_type',
'campaign_id',
'goal_id',
'lead_id',
'opportunity_id',
'plan_id',
'region_id',
'report_id',
'source_id',
'task_id',
'team_id',
'teammate_id',
'start_at',
'planned_start_at',
'end_at',
Expand Down

0 comments on commit 356badb

Please sign in to comment.