Skip to content

Commit 8d48cd1

Browse files
committed
wip
1 parent abeb40d commit 8d48cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Handle incoming emails in your Laravel application.
99

1010
``` php
11-
Mailbox::from('{username}@gmail.com', function(InboundEmail $email, $username) {
11+
Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) {
1212
// Access email attributes and content
1313
$subject = $email->subject();
1414

0 commit comments

Comments
 (0)