Skip to content

Commit

Permalink
Add missing heading
Browse files Browse the repository at this point in the history
  • Loading branch information
maddhatter committed Feb 11, 2015
1 parent b5c25b3 commit dc17fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ $event = Calendar::event(
'2015-02-14' //end time, must be a DateTime object or valid DateTime format (http://bit.ly/1z7QWbg)
);
```
#### Implementing `Event` Interface

Alternatively, you can use an existing class and have it implement `MaddHatter\LaravelFullcalendar\Event`. An example of an Eloquent model that implements the `Event` interface:

```php
Expand Down

0 comments on commit dc17fb9

Please sign in to comment.