We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d09b8 commit 2c5a3dcCopy full SHA for 2c5a3dc
src/Attachment.php
@@ -86,7 +86,7 @@ class Attachment {
86
* @throws Exceptions\ConnectionFailedException
87
*/
88
public function __construct(Message $oMessage, $structure, $part_number = 1) {
89
- $this->config = config('imap.options');
+ $this->config = ClientManager::get('options');
90
91
$this->oMessage = $oMessage;
92
$this->structure = $structure;
0 commit comments