added EventController

This commit is contained in:
Jan Felix Wiebe 2019-11-15 22:10:28 +01:00
parent 0eefc87fbf
commit 6ca1c00b76
3 changed files with 45 additions and 3 deletions

View file

@ -21,4 +21,5 @@ class Event extends Model
*
* @var array
*/
protected $hidden = [];
protected $hidden = [];
}