Skip to content

Commit

Permalink
Rename template var
Browse files Browse the repository at this point in the history
  • Loading branch information
momijizukamori committed Aug 3, 2023
1 parent 78fde68 commit 80bbc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SearchController extends Controller
{
public function index()
{
return view('search', ['items' => [
return view('search', ['sections' => [
'brands' => Brand::cached(),
'categories' => Category::cached(),
'features' => Feature::cached(),
Expand Down

0 comments on commit 80bbc57

Please sign in to comment.