belongsTo(CustomsClearance::class, 'customs_clearance_id'); } public function uploader() { return $this->belongsTo(User::class, 'uploaded_by'); } }