write miotator for picture
This commit is contained in:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user