This commit is contained in:
iVampireSP.com 2023-02-03 14:06:45 +08:00
parent f77574534b
commit 7b898cdfdf
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -39,7 +39,7 @@ public function show($token)
}
if (! isset($data['user'])) {
$data['user'] = [];
$data['user'] = null;
}
return $this->success($data);