mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-11 02:40:52 +08:00
add-trans
This commit is contained in:
@@ -30,6 +30,9 @@ class ExamUserController extends Controller
|
||||
{
|
||||
$result = $this->repository->listUser($request->all());
|
||||
$resource = ExamUserResource::collection($result);
|
||||
$resource->additional([
|
||||
'page_title' => nexus_trans('exam-user.admin.list.page_title'),
|
||||
]);
|
||||
return $this->success($resource);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user