add terenary

This commit is contained in:
Godfrey M
2025-07-22 16:36:19 -07:00
parent 49da9e58fd
commit a624a79b30
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
@component('mail::message')
# {{ trans('mail.hello') }} {{ $target->assignedto->present()->fullName() }},
# {{ trans('mail.hello') }} {{ $target->assignedto?->present()->fullName() }},
{{ trans('mail.new_item_checked') }}
@@ -1,5 +1,5 @@
@component('mail::message')
# {{ trans('mail.hello') }} {{ $target->assignedto->present()->fullName() }},
# {{ trans('mail.hello') }} {{ $target->assignedto?->present()->fullName() }},
{{ $introduction_line }}