Stuff
This commit is contained in:
parent
3df8751306
commit
b7c7f1a538
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class PublicController extends BaseController
|
|||
}
|
||||
|
||||
$g = collect($galleries);
|
||||
$page = $request->input("page", 1)
|
||||
$page = $request->input("page", 1);
|
||||
$r = $g->forPage($page, 10);
|
||||
|
||||
return response()->json(["pagination" => [
|
||||
|
|
Loading…
Reference in a new issue