remove debug mode

This commit is contained in:
Ludovic CANDELLIER
2023-02-14 00:30:30 +01:00
parent 06107cb8fc
commit 878ec7a8f2
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);
}