mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 13:36:10 +08:00
Simple forum software for building great communities.
01c77b8e2a
The error handling middleware now expects an array of reporters. Extensions can register new reporters in the container like this: use Flarum\Foundation\ErrorHandling\Reporter; $container->tag(NewReporter::class, Reporter::class); Note that this is just an implementation detail and will be hidden behind an extender. |
||
---|---|---|
framework/core |