Fix the fetching of e-mails including attachments
This commit is contained in:
parent
2f9745f9d8
commit
f66334f96f
1 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue