From 80fb2840383205613f3d6bc1ed59cec15fd26392 Mon Sep 17 00:00:00 2001 From: dozer111 Date: Mon, 20 Aug 2018 16:57:18 +0300 Subject: [PATCH] fix --- backend/controllers/DoctorController.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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