jqh 5 年之前
父节点
当前提交
61fa66a75d
共有 1 个文件被更改,包括 4 次插入0 次删除
  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()
+    {
+    }
 }