mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
API Client: Use new error handling mechanism
This commit is contained in:
@@ -70,8 +70,6 @@ class Frontend
|
||||
{
|
||||
$actor = $request->getAttribute('actor');
|
||||
|
||||
$this->api->setErrorHandler(null);
|
||||
|
||||
return $this->getResponseBody(
|
||||
$this->api->send(ShowForumController::class, $actor)
|
||||
);
|
||||
|
Reference in New Issue
Block a user