Skip to content

Commit

Permalink
new branch cuz test merge
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrlongg committed Jul 8, 2024
1 parent 9c304f2 commit 8650923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/CheckoutAcceptance.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function isPending()
*/
public function isCheckedOutTo(User $user)
{
return $this->assignedTo->is($user);
return $this->assignedTo?->is($user);
}

/**
Expand Down

0 comments on commit 8650923

Please sign in to comment.