'decimal:8', 'longitude' => 'decimal:8', 'recorded_at' => 'datetime', ]; } /** * Get the sales route that owns the waypoint. */ public function salesRoute(): BelongsTo { return $this->belongsTo(SalesRoute::class); } }