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();
         });