uepg/laravel-sybase

Undefined variable: newBinds (wherein, wherenotin)

Closed this issue · 1 comments

How about, I think I found a problem.
Greetings.

Model::whereIn('column',$array)->get();
Model::whereNotIn('column',$array)->get();

Unfortunately, same as #34