소스 검색

Merge pull request #709 from shacky/2.0

spelling fix in method name
Jiang Qinghua 4 년 전
부모
커밋
f4cd793ffe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;