belongsTo(OrderProduct::class); } public function serviceFile(): HasOne { return $this->hasOne(ServiceFile::class); } }