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
Hi, everyone.
Method 'where' with passed two params don't working for me.
I do that ->where('gir = :gir', ['gir' => 'gir_val'])
Also phpstorm shows warning with the text:
Method call is provided 2 parameters, but the method signature uses 1 parameters.