Handler
extends Handler
in package
Table of Contents
Properties
- $dontFlash : array<int, string>
- The list of the inputs that are never flashed to the session on validation exceptions.
Methods
- register() : void
- Register the exception handling callbacks for the application.
Properties
$dontFlash
The list of the inputs that are never flashed to the session on validation exceptions.
protected
array<int, string>
$dontFlash
= ['current_password', 'password', 'password_confirmation']
Methods
register()
Register the exception handling callbacks for the application.
public
register() : void