Skip to content

Commit

Permalink
Fix match rule save on edit (CO-2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Sep 1, 2021
1 parent 74ba508 commit cceb359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Lib/Traits/AssociationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trait AssociationTrait {
private $editContains = false;

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

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

0 comments on commit cceb359

Please sign in to comment.