'date', 'uploaded_at' => 'datetime', ]; } public function service(): BelongsTo { return $this->belongsTo(Service::class); } }