We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9934976 + 2c29b22 commit acc1ce8Copy full SHA for acc1ce8
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