Explorar el Código

Merge pull request #709 from shacky/2.0

spelling fix in method name
Jiang Qinghua hace 4 años
padre
commit
f4cd793ffe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/Grid/Tools/BatchActions.php

+ 2 - 2
src/Grid/Tools/BatchActions.php

@@ -56,11 +56,11 @@ class BatchActions extends AbstractTool
     }
 
     /**
-     * Disable delete And Hode SelectAll Checkbox.
+     * Disable delete And Hide SelectAll Checkbox.
      *
      * @return $this
      */
-    public function disableDeleteAndHodeSelectAll()
+    public function disableDeleteAndHideSelectAll()
     {
         $this->enableDelete = false;