Skip to content

Commit

Permalink
Update AdminController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
golam-sorwar authored Jan 25, 2020
1 parent 444a9a9 commit 0fe7c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function getIndex()
$data = [];
$data['page_title'] = '<strong>Dashboard</strong>';
// https://drm.software/admin/gorilla_products
return redirect('https://drm.software/admin/drm_products');
//return redirect('https://drm.software/admin/drm_products');
return view('crudbooster::home', $data);
}

Expand Down

0 comments on commit 0fe7c16

Please sign in to comment.