Required parameter $joins follows optional parameter $or
Carla1315 opened this issue · 0 comments
Carla1315 commented
Description:
Uncaught ErrorException: Required parameter $joins follows optional parameter $or in /vendor/optimus/bruno/src/EloquentBuilderTrait.php:108
this line:
protected function applyFilter($queryBuilder, array $filter, $or = false, array &$joins)
when I delete "= false" it works.