소스 검색

Update Model.php

Dog 4 년 전
부모
커밋
1ea46e2cf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Grid/Model.php

+ 1 - 1
src/Grid/Model.php

@@ -536,7 +536,7 @@ class Model
         }
 
         $perPage =  $this->request->get($this->getPerPageName()) ?: $this->perPage;
-        if($perPage){
+        if ($perPage) {
             return (int) $perPage;
         }