mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
fix: space between types
This commit is contained in:
parent
c7bcd1c36e
commit
fda9ff415b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ final class GroupPresenter extends OpenVKPresenter
|
|||
|
||||
$this->template->paginatorConf = (object) [
|
||||
"count" => $this->template->count,
|
||||
"page" => (int)($this->queryParam("p") ?? 1),
|
||||
"page" => (int) ($this->queryParam("p") ?? 1),
|
||||
"amount" => 10,
|
||||
"perPage" => OPENVK_DEFAULT_PER_PAGE,
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue