Franz Liedke 220c8c66b0
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
2020-05-08 23:30:17 +02:00
..
2019-11-28 00:16:50 +00:00
2019-11-28 00:16:50 +00:00
2019-11-28 00:16:50 +00:00
2019-11-28 00:16:50 +00:00
2019-11-28 00:16:50 +00:00
2020-05-01 15:47:35 +02:00