'date', ]; public function category() { return $this->belongsTo(Category::class); } public function organizer() { return $this->belongsTo(Organizer::class); } }