fix route
This commit is contained in:
@@ -18,6 +18,9 @@ class OrderController extends Controller
|
||||
{
|
||||
public function index(CustomerOrdersDataTable $dataTable)
|
||||
{
|
||||
if (Customers::isNotConnected()) {
|
||||
abort(403);
|
||||
}
|
||||
return $dataTable->render('Shop.Orders.partials.list');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user