class Response (View source)
protected string|null | $message | The response message. |
void | __construct(string|null $message = null) Create a new response. | |
string|null | message() Get the response message. | |
string | __toString() Get the string representation of the message. |
Create a new response.
Get the response message.
Get the string representation of the message.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.8/Illuminate/Auth/Access/Response.html