You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add additional fields to the root response object by using the meta() magic method of SuccessResponseBuilder, e.g. in a controller method (the controller must use MakesResponses):
{ "status": 200, "success": true, "message": "Logged out successfully!", "data": null }
Is there any way to include a message to success respond like the above?
The text was updated successfully, but these errors were encountered: