jqh il y a 5 ans
Parent
commit
61fa66a75d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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()
+    {
+    }
 }