We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c5177 + 4ab5d97 commit 324bc49Copy full SHA for 324bc49
app/Mail/CheckoutAssetMail.php
@@ -87,7 +87,7 @@ public function content(): Content
87
$name = $this->target->assignedto?->display_name;
88
}
89
else if($this->target instanceof Location){
90
- $name = $this->target->manager->name;
+ $name = $this->target->manager?->name;
91
92
93
// Check if the item has custom fields associated with it
0 commit comments