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
#144 changed the return type of InputBag::all() to string[]. Unfortunately that is incorrect: It is, for example, possible to do something like this: GET /?items[][id]=1 which will cause InputBag::all('items') to return [0 => ['id' => '1']].