mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Fix tests
This commit is contained in:
@@ -23,6 +23,8 @@ trait MakesApiRequests
|
||||
/** @var Client $api */
|
||||
$api = app(Client::class);
|
||||
|
||||
$api->setErrorHandler(null);
|
||||
|
||||
return $api->send($controller, $actor ?? new Guest, $queryParams, $body);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user