public function register() { $this->renderable(function (NotFoundHttpException $e, $request) { return response()->json([ 'message' => 'Resource not found', ], 404); }); }