Przeglądaj źródła

Update Model.php

Dog 3 lat temu
rodzic
commit
827644ed67
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         }