Gebruik gewoon whereIn
in plaats van where
, backpack-for-laravel
is daar klaar voor:
$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);
Gebruik gewoon whereIn
in plaats van where
, backpack-for-laravel
is daar klaar voor:
$this->crud->addClause('whereIn', 'customer_id', [1,3,5,6,7]);