1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 18:51:40 +02:00

[untested] Major Update handler (#1)

This commit is contained in:
SychO9
2021-10-03 10:58:17 +01:00
parent 2ce28f8e5c
commit 7e174dd08a
10 changed files with 296 additions and 13 deletions

View File

@@ -27,9 +27,6 @@ class UpdateExtensionController implements RequestHandlerInterface
$this->bus = $bus;
}
/**
* @throws \Flarum\User\Exception\PermissionDeniedException
*/
public function handle(ServerRequestInterface $request): ResponseInterface
{
$actor = RequestUtil::getActor($request);