add offers count, & minor fixes code standards

This commit is contained in:
Ludovic CANDELLIER
2021-11-01 16:26:31 +01:00
parent 8aaab4345f
commit ae20643879
66 changed files with 526 additions and 574 deletions

View File

@@ -15,11 +15,6 @@ class CategoryController extends Controller
return $dataTable->render('Shop.Categories.list');
}
public function getDatatable(Request $request)
{
return Categories::getDatatable($request->all());
}
public function show($id)
{
$data = self::init();