jqh 5 anni fa
parent
commit
61fa66a75d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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()
+    {
+    }
 }