Explorar el Código

Update Model.php

Dog hace 3 años
padre
commit
827644ed67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Grid/Model.php

+ 1 - 1
src/Grid/Model.php

@@ -535,7 +535,7 @@ class Model
             return;
         }
 
-        $perPage =  $this->request->get($this->getPerPageName()) ?: $this->perPage;
+        $perPage = $this->request->get($this->getPerPageName()) ?: $this->perPage;
         if ($perPage) {
             return (int) $perPage;
         }