Explorar o código

Update Model.php

Dog %!s(int64=4) %!d(string=hai) anos
pai
achega
1ea46e2cf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }