jqh 5 năm trước cách đây
mục cha
commit
61fa66a75d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/Grid/RowAction.php

+ 4 - 0
src/Grid/RowAction.php

@@ -108,4 +108,8 @@ abstract class RowAction extends GridAction
             $this->name()
         );
     }
+
+    protected function addScript()
+    {
+    }
 }