This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wangjunyun
/
Dcat-Admin
mirror of
https://gitee.com/jqhph/dcat-admin.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update Model.php
Dog
3 years ago
parent
827644ed67
commit
8d213f478f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/Grid/Model.php
+ 1
- 1
src/Grid/Model.php
View File
@@ -539,7 +539,7 @@ class Model
if ($perPage) {
return (int) $perPage;
}
-
+
return null;
}