From 2eb9c79f22739f2565b023dec0908dba93b9037a Mon Sep 17 00:00:00 2001 From: joddyabott Date: Wed, 13 Aug 2025 13:48:39 +0330 Subject: [PATCH] write miotator for picture --- app/Models/SafetyAndPrivacy.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Models/SafetyAndPrivacy.php b/app/Models/SafetyAndPrivacy.php index 0ce874f5..51778288 100644 --- a/app/Models/SafetyAndPrivacy.php +++ b/app/Models/SafetyAndPrivacy.php @@ -102,7 +102,7 @@ class SafetyAndPrivacy extends Model ); } - protected function recognize_picture_2(): Attribute + protected function recognizePicture2(): Attribute { return Attribute::make( get: fn($value) => $value == null ? null : @@ -112,7 +112,7 @@ class SafetyAndPrivacy extends Model ); } - protected function evidence_picture(): Attribute + protected function evidencePicture(): Attribute { return Attribute::make( get: fn($value) => $value == null ? null : @@ -122,7 +122,7 @@ class SafetyAndPrivacy extends Model ); } - protected function finish_picture(): Attribute + protected function finishPicture(): Attribute { return Attribute::make( get: fn($value) => $value == null ? null :