From 308598c2bbca43cc9ff6f4d2dd1cc0267c273cb1 Mon Sep 17 00:00:00 2001 From: captainbeer Date: Thu, 19 Apr 2018 16:19:08 +0300 Subject: [PATCH] -Variants creation ready for test --- labels/controllers/DeliveryController.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/labels/controllers/DeliveryController.php b/labels/controllers/DeliveryController.php index af82880..5345160 100644 --- a/labels/controllers/DeliveryController.php +++ b/labels/controllers/DeliveryController.php @@ -153,6 +153,10 @@ 'type' => Form::BOOL, ], [ + 'name' => 'default', + 'type' => Form::BOOL, + ], + [ 'name' => 'sort', 'type' => Form::NUMBER, ], @@ -160,11 +164,6 @@ 'name' => 'value', 'type' => Form::NUMBER, ], - [ - 'name' => 'default', - 'type' => Form::BOOL, - ], - ], ]; } -- libgit2 0.21.4