Skip to content

Commit

Permalink
bot group membership fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed Jun 10, 2024
1 parent 2b8c659 commit 570bd2a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,9 @@ public function actionChildGroups($id = null, $page = 1)
];
}

$paginationButtons = PaginationButtons::build($pagination, function ($page) {
$paginationButtons = PaginationButtons::build($pagination, function ($page) use ($chat) {
return self::createRoute('child-groups', [
'id' => $chat->id,
'page' => $page,
]);
});
Expand Down

0 comments on commit 570bd2a

Please sign in to comment.