浏览代码

Update Model.php

Dog 3 年之前
父节点
当前提交
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;
         }