Skip to content

Commit

Permalink
Additional commit for CO-2708
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 19, 2025
1 parent 6630e11 commit 07e490e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/Lib/Traits/AssociationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ trait AssociationTrait {
private $duplicateContains = false;

// Array of associated models to pull during an edit
private $editContains = false;
private $editContains = [];

// Array of associated models to save during a patch
private $patchAssociated = [];

// Array of associated models to pull during a view
private $viewContains = false;
private $viewContains = [];

/**
* Obtain the set of associated models to copy during a duplicate.
Expand Down

0 comments on commit 07e490e

Please sign in to comment.