소스 검색

Update Model.php

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

+ 1 - 1
src/Grid/Model.php

@@ -539,7 +539,7 @@ class Model
         if ($perPage) {
             return (int) $perPage;
         }
-        
+
         return null;
     }