Gender::class, 'birth_date' => 'date', ]; } public function user(): BelongsTo { return $this->belongsTo(User::class); } }