From 40348ffd224685855e31b0f71b2b49389df79441 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 29 May 2019 21:16:34 -0500 Subject: [PATCH] database migrations for structures and assets --- app/Library/Esi/Esi.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Esi/Esi.php b/app/Library/Esi/Esi.php index 1d116af37..474e6f193 100644 --- a/app/Library/Esi/Esi.php +++ b/app/Library/Esi/Esi.php @@ -8,6 +8,7 @@ use DB; //Models use App\Models\Esi\EsiScope; use App\Models\Jobs\JobSendEveMail; +use App\Models\Mail\EveMail; //Jobs use App\Jobs\SendEveMailJob;