@@ -27,7 +27,7 @@ class NewsParagraph extends Model
protected function paragraphImg(): Attribute
{
return Attribute::make(
- get: fn ($value) => is_null($this->image_url) ? null :Storage::url($this->image_url),
+ get: fn ($value) => is_null($this->img_url) ? null :Storage::url($this->img_url),
);
}