Lint
This commit is contained in:
parent
8125e664b1
commit
6fd6e9ead5
|
@ -72,7 +72,8 @@ class Api
|
|||
{
|
||||
$this->assertLoggedIn();
|
||||
|
||||
return app(Paginator::class)->startResult(100,
|
||||
return app(Paginator::class)->startResult(
|
||||
100,
|
||||
fn ($page, $start) => $this->http()->get($this->url . '/ica/rest/nami/search-multi/result-list?searchedValues=' . rawurlencode(json_encode((object) $payload) ?: '{}') . '&page=' . $page . '&start=' . $start . '&limit=100'),
|
||||
function ($response) {
|
||||
if (true !== $response->json()['success']) {
|
||||
|
|
Loading…
Reference in New Issue