Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored May 29, 2024
1 parent 377b13c commit bf809ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ class CalendarWidget extends FullCalendarWidget
url: EventResource::getUrl(name: 'view', parameters: ['record' => $event]),
shouldOpenUrlInNewTab: true
)
->toArray()
)
->all();
->toArray();
}
}
```
Expand Down

0 comments on commit bf809ac

Please sign in to comment.