|
@@ -555,7 +555,7 @@ class UserService
|
|
|
'gender' => $data->gender,
|
|
|
'work_years' => $data->workYears,
|
|
|
'intention_city' => $data->intentionCity,
|
|
|
- 'life_photos' => json_encode($data->lifePhotos),
|
|
|
+ 'life_photos' => $data->lifePhotos,
|
|
|
'introduction' => $data->introduction,
|
|
|
'coach_id' => $coach->id,
|
|
|
'state' => TechnicianAuthStatus::AUDITING->value,
|