1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 15:34:26 +02:00

Merge branch 'master' into 1236-database-changes

This commit is contained in:
Toby Zerner
2018-08-24 21:07:00 +09:30
28 changed files with 1002 additions and 653 deletions

View File

@@ -66,7 +66,7 @@ class ApiServiceProvider extends AbstractServiceProvider
event(new ConfigureMiddleware($pipe, 'api'));
$pipe->pipe($app->make(DispatchRoute::class, ['routes' => $app->make('flarum.api.routes')]));
$pipe->pipe(new DispatchRoute($app->make('flarum.api.routes')));
return $pipe;
});