Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix signature of HandleErrors middleware
In Laravel 5.8, the `Container::tagged()` method was changed to return an iterator [1]. We only use the result for iteration, or, in this case, to pass a bunch of "reporters" to the error handler middleware, therefore we need to accept an iterable here. [1]: https://laravel.com/docs/5.8/upgrade#container-generators
- Loading branch information