debug code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user