Skip to content

Commit

Permalink
fix upselling products
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 15, 2024
1 parent 8713879 commit 3928e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Admin/ProductsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class ProductsController extends Controller
{
public function index()
{
return view('upselling::admin.products.index');
return view('Upselling::Admin.products.index');
}
}
Empty file.

0 comments on commit 3928e00

Please sign in to comment.