belongsToMany(Category::class, 'gig_category'); } protected function casts(): array { return [ 'event_date' => 'datetime', ]; } }