Skip to content

Commit

Permalink
NetNaija search result array key naming fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmard authored and Ahmard committed Jan 20, 2021
1 parent c0f96ba commit fceb22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Video/Search/NetNaijaSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function get(int $pageNumber = 1): array
'page_number' => $pageNumber,
'total_pages' => (int)$matches[2],
],
'searchResults' => $searchResults,
'results' => $searchResults,
];
}
}

0 comments on commit fceb22d

Please sign in to comment.