mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 18:33:40 +08:00
Simple forum software for building great communities.
fc4d0e1068
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 |
||
---|---|---|
framework/core |