This commit is contained in:
Ludovic CANDELLIER
2021-04-02 18:22:27 +02:00
parent 5108594a30
commit e50bcffdd7

View File

@@ -10,9 +10,9 @@ use App\DataTables\Shop\PriceGenericCategoriesDataTable;
class PriceGenericCategoryController extends Controller class PriceGenericCategoryController extends Controller
{ {
public function index(PriceGenericsDataTable $dataTable) public function index(PriceGenericCategoriesDataTable $dataTable)
{ {
return $dataTable->render('Shop.Admin.PriceGenericCategories.list', $data); return $dataTable->render('Shop.Admin.PriceGenericCategories.list');
} }
public function create() public function create()