Skip to content

Commit

Permalink
Update MediaTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marioSantos97 committed Apr 13, 2023
1 parent 9c0f943 commit 799a23a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/Models/Traits/MediaTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public static function afterCreate($entry)
MediaCombination::upsert(
$data['combinations'],
['media_id', 'combinated_media_id'],
['conflict_action' => 'do nothing']
);
}

Expand Down

0 comments on commit 799a23a

Please sign in to comment.