Skip to content

Commit 9c14056

Browse files
committed
Don't use now helper
Closes #34
1 parent bf73205 commit 9c14056

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
@@ -272,7 +272,7 @@ For example, to retrieve messages from the last 7 days with a specific subject:
272272

273273
```php
274274
$messages = $inbox->messages()
275-
->since(now()->subDays(7))
275+
->since(Carbon::now()->subDays(7))
276276
->subject('Hello World')
277277
->get();
278278
```

0 commit comments

Comments
 (0)