Skip to content

Commit 2c29b22

Browse files
author
Cayce House
committed
Fix Laravel 8 support
1 parent 9934976 commit 2c29b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailboxManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public function createPostmarkDriver()
4343

4444
public function getDefaultDriver()
4545
{
46-
return $this->app['config']['mailbox.driver'];
46+
return $this->container['config']['mailbox.driver'];
4747
}
4848
}

0 commit comments

Comments
 (0)