change model for accident

This commit is contained in:
2025-09-27 14:30:41 +03:30
parent 06e0f2daf7
commit e81520e68a

View File

@@ -134,7 +134,7 @@ class Accident extends Model
);
}
protected function depositIdaghiImage(): Attribute
protected function depositDaghiImage(): Attribute
{
return Attribute::make(
get: fn($value) => $value == null ? null : Storage::disk('public')->url($value)