mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
new branch cuz test merge
This commit is contained in:
parent
9c304f238a
commit
8650923b01
|
@ -70,7 +70,7 @@ class CheckoutAcceptance extends Model
|
|||
*/
|
||||
public function isCheckedOutTo(User $user)
|
||||
{
|
||||
return $this->assignedTo->is($user);
|
||||
return $this->assignedTo?->is($user);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue