jqh 5 سال پیش
والد
کامیت
eb67f8e1c9
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      src/Models/Menu.php
  2. 1 1
      src/SimpleGrid.php

+ 2 - 2
src/Models/Menu.php

@@ -18,8 +18,8 @@ class Menu extends Model
 {
     use MenuCache,
         ModelTree {
-        ModelTree::boot as treeBoot;
-    }
+            ModelTree::boot as treeBoot;
+        }
 
     /**
      * The attributes that are mass assignable.

+ 1 - 1
src/SimpleGrid.php

@@ -20,7 +20,7 @@ class SimpleGrid extends Grid
         $this->disableBatchActions();
         $this->disableFilterButton();
 
-        $this->rowSelector()->rowClickable(true);
+        $this->rowSelector()->click();
 
         Content::composing(function (Content $content) {
             $content->simple();