Back
response()
// Render a view for the current action
renderView(action="show");
// Capture the response content
wheelsResponse = response();
// Log or inspect the response
writeDump(wheelsResponse);
Copied!