jqh 5 lat temu
rodzic
commit
61fa66a75d
1 zmienionych plików z 4 dodań i 0 usunięć
  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()
+    {
+    }
 }