Skip to content

Commit

Permalink
Update Event.php
Browse files Browse the repository at this point in the history
fix missing semicolon
  • Loading branch information
philippfrenzel authored Nov 15, 2017
1 parent b571b68 commit 4052591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Event extends Model
* Overrides the master eventResourceEditable option for this single event.
* @var boolean
*/
public $resourceEditable
public $resourceEditable;

/**
* Allows alternate rendering of the event, like background events.
Expand Down

0 comments on commit 4052591

Please sign in to comment.