From 9b5b58687d74f924f860bb6c377851dd84fcc895 Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 11 Feb 2025 11:02:25 -0800 Subject: [PATCH] removed unused --- app/Console/Commands/SendExpirationAlerts.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Console/Commands/SendExpirationAlerts.php b/app/Console/Commands/SendExpirationAlerts.php index 20dd6c6742..31bb90de46 100644 --- a/app/Console/Commands/SendExpirationAlerts.php +++ b/app/Console/Commands/SendExpirationAlerts.php @@ -6,10 +6,7 @@ use App\Mail\ExpiringAssetsMail; use App\Mail\ExpiringLicenseMail; use App\Models\Asset; use App\Models\License; -use App\Models\Recipients\AlertRecipient; use App\Models\Setting; -use App\Notifications\ExpiringAssetsNotification; -use App\Notifications\ExpiringLicenseNotification; use Illuminate\Console\Command; use Illuminate\Support\Facades\Mail;