fix: space between types

This commit is contained in:
mrilyew 2025-05-26 21:41:34 +03:00
parent 1f8303dd15
commit 6c5f60aebc

View file

@ -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,
];