Utilisez simplement whereIn
au lieu de where
, backpack-for-laravel
est prêt pour ça :
$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);
Utilisez simplement whereIn
au lieu de where
, backpack-for-laravel
est prêt pour ça :
$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);