From 6bb0927f262b19d2f0126c6d0cf464d457b66bc2 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Mon, 3 Feb 2025 12:30:21 -0800 Subject: [PATCH] remove unrelated change --- app/Notifications/CheckinAssetNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/CheckinAssetNotification.php b/app/Notifications/CheckinAssetNotification.php index 024298117..fa4780c1f 100644 --- a/app/Notifications/CheckinAssetNotification.php +++ b/app/Notifications/CheckinAssetNotification.php @@ -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)) )