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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user