belongsTo(Event::class); } /** * Get the user who made this reservation. */ public function user(): BelongsTo { return $this->belongsTo(User::class); } }