浏览代码

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;
     }