Browse Source

Update Model.php

Dog 3 years ago
parent
commit
8d213f478f
1 changed files with 1 additions and 1 deletions
  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;
     }