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 abeb40d commit 8d48cd1Copy full SHA for 8d48cd1
README.md
@@ -8,7 +8,7 @@
8
Handle incoming emails in your Laravel application.
9
10
``` php
11
-Mailbox::from('{username}@gmail.com', function(InboundEmail $email, $username) {
+Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) {
12
// Access email attributes and content
13
$subject = $email->subject();
14
0 commit comments