remove debug mode

This commit is contained in:
Ludovic CANDELLIER
2023-02-14 00:30:30 +01:00
parent 186e3de863
commit 820a200e88
4 changed files with 3 additions and 285 deletions

View File

@@ -64,7 +64,7 @@ class CategoryController extends Controller
]),
'tags' => TagGroups::getWithTagsAndCountOffers($category_id),
];
dump($data);
// dump($data);
return view('Shop.Shelves.shelve', $data);
}