Skip to content

Commit

Permalink
Fix response type
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Apr 28, 2022
1 parent cff3a89 commit ef86af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/indexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ public function paginate(array|Collection $items, int $perPage = 24, int|null $p


/**
* @return Response
* @return array
*/
public function randomsearch(): Response
public function randomsearch(): array
{
$random = new stdClass();
$random->seed = time();
Expand Down

0 comments on commit ef86af5

Please sign in to comment.