Skip to content

Commit acc1ce8

Browse files
authored
Merge pull request #71 from caycehouse/master
Fix Laravel 8 support
2 parents 9934976 + 2c29b22 commit acc1ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailboxManager.php

+1-1
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)