*/ protected $fillable = [ 'name', ]; public function events(): HasMany { return $this->hasMany(Event::class); } }