Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Mar 8, 2024
2 parents 9ae779e + e8be178 commit 7886881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Accessory.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function checkin_email()
*/
public function requireAcceptance()
{
return $this->category->require_acceptance;
return $this->category->require_acceptance ?? false;
}

/**
Expand Down

0 comments on commit 7886881

Please sign in to comment.