ChenWuJie преди 4 години
родител
ревизия
55d8f04e62
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/Admin/Controllers/ServicePacksManagment/InsuranceAgreementController.php

+ 0 - 1
app/Admin/Controllers/ServicePacksManagment/InsuranceAgreementController.php

xqd
@@ -26,7 +26,6 @@ class InsuranceAgreementController extends AdminController
     {
         $grid = new Grid(new InsuranceAgreement());
         $grid->disableBatchActions();
-        $grid->disableCreateButton();
         $grid->actions(function ($actions){
            $actions->disableView();
         });