Browse Source

fix: update VCoachList model to change formal_photo type from array to string

景好勇win11 3 months ago
parent
commit
ee7fb1af6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/VCoachList.php

+ 1 - 1
app/Models/VCoachList.php

@@ -36,7 +36,7 @@ class VCoachList extends Model
         'health_certificate' => 'array',
         'id_card_front_photo' => 'array',
         'id_card_back_photo' => 'array',
-        'formal_photo' => 'array',
+        'formal_photo' => 'string',
         'health_cert' => 'array',
     ];