From 820a39cc909b02b6a4cf5c1e9e1abae8dddc01df Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 25 Nov 2020 01:52:56 -0800 Subject: [PATCH] Fixed #8814 - added App\Models\Recipients\AlertRecipient --- app/Console/Commands/SendExpectedCheckinAlerts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/SendExpectedCheckinAlerts.php b/app/Console/Commands/SendExpectedCheckinAlerts.php index f56f6f88c6..b0cbb1f518 100644 --- a/app/Console/Commands/SendExpectedCheckinAlerts.php +++ b/app/Console/Commands/SendExpectedCheckinAlerts.php @@ -8,6 +8,7 @@ use App\Notifications\ExpectedCheckinAdminNotification; use App\Notifications\ExpectedCheckinNotification; use Carbon\Carbon; use Illuminate\Console\Command; +use App\Models\Recipients\AlertRecipient; class SendExpectedCheckinAlerts extends Command {