debug code

This commit is contained in:
2025-08-13 14:49:46 +03:30
parent aed613fcb4
commit 572642eb38

View File

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