diff --git a/backend/controllers/DoctorController.php b/backend/controllers/DoctorController.php index 289cca5..084a8d9 100644 --- a/backend/controllers/DoctorController.php +++ b/backend/controllers/DoctorController.php @@ -172,10 +172,7 @@ ], ], 'fields' => [ - [ - 'name' => 'sort', - 'type' => Form::NUMBER, - ], + [ 'name' => 'image_id', 'type' => Form::IMAGE @@ -191,6 +188,10 @@ 'name' => 'status', 'type' => Form::BOOL, ], + [ + 'name' => 'sort', + 'type' => Form::NUMBER, + ], ], ]; -- libgit2 0.21.4