Skip to content

Commit 2c5a3dc

Browse files
committed
Error in Attachment::__construct Webklex#3
1 parent a3d09b8 commit 2c5a3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class Attachment {
8686
* @throws Exceptions\ConnectionFailedException
8787
*/
8888
public function __construct(Message $oMessage, $structure, $part_number = 1) {
89-
$this->config = config('imap.options');
89+
$this->config = ClientManager::get('options');
9090

9191
$this->oMessage = $oMessage;
9292
$this->structure = $structure;

0 commit comments

Comments
 (0)