This commit is contained in:
2021-05-24 21:30:12 +09:00
parent 872afe444f
commit abde239ff7

View File

@@ -112,7 +112,7 @@ class TestController extends Controller
'corporation_id' => $config['corporation'],
]);
$resp = json_decode($response->raw, true);
$observers = json_decode($response->raw, true);
$currentPage = 1;
$totalPages = 1;