You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why in method whereRaw second param is not strict array ($bindings = []), and in method orWhereRaw second param is strict array (array $bindings = [])?
The text was updated successfully, but these errors were encountered:
projct1
changed the title
Limited passing variables in orWhereRaw
Limited passing second param in orWhereRaw
Apr 26, 2017
Would lead to
```
FatalThrowableError
Type error: Argument 2 passed to Illuminate\Database\Query\Builder::orWhereRaw() must be of the type array, string given
```
otherwise.
Description:
Why in method
whereRaw
second param is not strict array ($bindings = []
), and in methodorWhereRaw
second param is strict array (array $bindings = []
)?The text was updated successfully, but these errors were encountered: