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 9934976 commit 2c29b22Copy full SHA for 2c29b22
src/MailboxManager.php
@@ -43,6 +43,6 @@ public function createPostmarkDriver()
43
44
public function getDefaultDriver()
45
{
46
- return $this->app['config']['mailbox.driver'];
+ return $this->container['config']['mailbox.driver'];
47
}
48
0 commit comments