Fixed #8814 - added App\Models\Recipients\AlertRecipient

This commit is contained in:
snipe 2020-11-25 01:52:56 -08:00
parent 615051cf66
commit 820a39cc90

View file

@ -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
{