Steve

Results 2 comments of Steve

In common with many similar closure functions in Laravel 5.3, in `array_where` the parameter order has changed from `($key, $value)` to `($value, $key)`: ``` $array = array_where($array, function ($value, $key)...