remove unrelated change

This commit is contained in:
Godfrey M 2025-02-03 12:30:21 -08:00
parent 24bb679305
commit 6bb0927f26

View file

@ -143,7 +143,7 @@ class CheckinAssetNotification extends Notification
KeyValue::create(
trans('mail.checked_into') ?: '',
$item->location->name ? $item->location->name : '',
trans('admin/hardware/form.status').": ".$item->assetstatus?->name,
trans('admin/hardware/form.status').": ".$item->assetstatus->name,
)
->onClick(route('hardware.show', $item->id))
)