Skip to content

Commit

Permalink
View NS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jul 26, 2024
1 parent 9adbe73 commit 6dd1e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/PromotionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class PromotionController extends BaseController
{
public function index()
{
return view('admin::promotion.index', ['promotions' => collect()]);
return view('vanilo::promotion.index', ['promotions' => collect()]);
}
}

0 comments on commit 6dd1e1d

Please sign in to comment.