Skip to content

Commit

Permalink
Merge pull request #65 from chengkangzai/patch-1
Browse files Browse the repository at this point in the history
Fix missing syntax error
  • Loading branch information
saade authored Dec 22, 2022
2 parents 529fe40 + e9f1055 commit 11f3873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ If you want to filter your events based on the days that are currently shown in
*
* @see https://fullcalendar.io/docs/events-function
* @param array $fetchInfo start and end date of the current view
*/
public function fetchEvents(array $fetchInfo): array
{
return [];
Expand Down

0 comments on commit 11f3873

Please sign in to comment.