Fix order URL
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2024-07-25 14:09:24 +10:00
parent 743374cb17
commit 9277d42196
3 changed files with 4 additions and 17 deletions

View File

@@ -13,18 +13,6 @@ use App\Models\{Account,Product,Service,User};
class OrderController extends Controller
{
// @todo To check
public function __construct()
{
$this->middleware('auth');
}
// @todo To check
public function index()
{
return view('theme.backend.adminlte.order.home');
}
// @todo To check
public function product_order(Product $o)
{