'date', 'end_date' => 'date', ]; /** * Get the team member that owns the PTO. */ public function teamMember() { return $this->belongsTo(TeamMember::class); } }