Commit 80fb2840383205613f3d6bc1ed59cec15fd26392
1 parent
22d7ba6c
fix
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
backend/controllers/DoctorController.php
| ... | ... | @@ -172,10 +172,7 @@ |
| 172 | 172 | ], |
| 173 | 173 | ], |
| 174 | 174 | 'fields' => [ |
| 175 | - [ | |
| 176 | - 'name' => 'sort', | |
| 177 | - 'type' => Form::NUMBER, | |
| 178 | - ], | |
| 175 | + | |
| 179 | 176 | [ |
| 180 | 177 | 'name' => 'image_id', |
| 181 | 178 | 'type' => Form::IMAGE |
| ... | ... | @@ -191,6 +188,10 @@ |
| 191 | 188 | 'name' => 'status', |
| 192 | 189 | 'type' => Form::BOOL, |
| 193 | 190 | ], |
| 191 | + [ | |
| 192 | + 'name' => 'sort', | |
| 193 | + 'type' => Form::NUMBER, | |
| 194 | + ], | |
| 194 | 195 | |
| 195 | 196 | ], |
| 196 | 197 | ]; | ... | ... |