Simple forum software for building great communities.
Go to file
Franz Liedke fc4d0e1068 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
framework/core Fix signature of HandleErrors middleware 2020-05-08 23:30:17 +02:00