From eceb69122c09cf06cf8e7ab7b6c59576f9b21fd2 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 7 Nov 2023 16:03:28 -0800 Subject: [PATCH] Add missing import --- app/Notifications/CheckinAssetNotification.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Notifications/CheckinAssetNotification.php b/app/Notifications/CheckinAssetNotification.php index 5389c8ddde..05e56a9619 100644 --- a/app/Notifications/CheckinAssetNotification.php +++ b/app/Notifications/CheckinAssetNotification.php @@ -2,6 +2,7 @@ namespace App\Notifications; +use App\Helpers\Helper; use App\Models\Asset; use App\Models\Setting; use App\Models\User;