belongsTo(CustomOrder::class); } /** * Get the user who uploaded this file */ public function uploadedByUser(): BelongsTo { return $this->belongsTo(User::class, 'uploaded_by'); } }