belongsTo(ProductReview::class, 'review_id'); } public function getUrlAttribute() { return Storage::disk($this->disk)->url($this->path); } }