From f66334f96f274c313117359e880c7bcc8da20373 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Thu, 18 Jul 2024 15:16:34 +0200 Subject: [PATCH] Fix the fetching of e-mails including attachments --- Console/Commands/FetchEmails.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Console/Commands/FetchEmails.php b/Console/Commands/FetchEmails.php index fefc872..c170294 100644 --- a/Console/Commands/FetchEmails.php +++ b/Console/Commands/FetchEmails.php @@ -6,12 +6,14 @@ namespace Modules\MMFRestrictedCustomers\Console\Commands; +use App\Attachment; use App\Conversation; -use Modules\MMFRestrictedCustomers\Entities\Customer; use App\Events\CustomerCreatedConversation; use App\Events\CustomerReplied; use App\Thread; -use app\Console\Commands\FetchEmails as BaseFetchEmails; +use App\Console\Commands\FetchEmails as BaseFetchEmails; + +use Modules\MMFRestrictedCustomers\Entities\Customer; class FetchEmails extends BaseFetchEmails { /**