mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Update Stratigility, use http-interop middleware
This commit is contained in:
@@ -50,7 +50,6 @@ class ForumServiceProvider extends AbstractServiceProvider
|
||||
|
||||
$this->app->singleton('flarum.forum.middleware', function ($app) {
|
||||
$pipe = new MiddlewarePipe;
|
||||
$pipe->raiseThrowables();
|
||||
|
||||
// All requests should first be piped through our global error handler
|
||||
$debugMode = ! $app->isUpToDate() || $app->inDebugMode();
|
||||
|
Reference in New Issue
Block a user