This website works better with JavaScript
Home
Explore
Help
Register
Sign In
dcatadmin2
/
dcat-admin2
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Update Model.php
Dog
4 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;
}