Skip to content

Commit

Permalink
Merge pull request #3 from justRau/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mohammedmanssour authored Jun 10, 2023
2 parents ab2f17f + 2158257 commit d91fbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Task::whereOccurresOn(Carbon::make('2023-05-01'))->get()
use `whereOccurresBetween` scope to get the models that occurres between two sepcific dates.

```
Task::whereOccurresBetweeb(Carbon::make('2023-05-01'), Carbon::make('2023-05-30'))->get()
Task::whereOccurresBetween(Carbon::make('2023-05-01'), Carbon::make('2023-05-30'))->get()
```

#### 1. End Recurrance
Expand Down

0 comments on commit d91fbb6

Please sign in to comment.