mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -27,7 +27,7 @@ trait GenerateRouteHandlerTrait
|
||||
|
||||
if (! ($controller instanceof ControllerInterface)) {
|
||||
throw new \InvalidArgumentException('Route handler must be an instance of '
|
||||
. ControllerInterface::class);
|
||||
.ControllerInterface::class);
|
||||
}
|
||||
|
||||
$request = $request->withQueryParams(array_merge($request->getQueryParams(), $routeParams));
|
||||
|
Reference in New Issue
Block a user