mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-19 16:20:50 +08:00
api remove page title etc
This commit is contained in:
@@ -27,9 +27,9 @@ class ThankController extends Controller
|
||||
->with(['user'])
|
||||
->paginate();
|
||||
$resource = ThankResource::collection($thanks);
|
||||
$resource->additional([
|
||||
'page_title' => nexus_trans('thank.index.page_title'),
|
||||
]);
|
||||
// $resource->additional([
|
||||
// 'page_title' => nexus_trans('thank.index.page_title'),
|
||||
// ]);
|
||||
|
||||
return $this->success($resource);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user