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 :