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