PasswordConfirmationRequired
in package
Attribute for controller methods that require the password to be confirmed with in the last 30 minutes
Tags
Attributes
- #[Attribute]
Table of Contents
Properties
- $strict : bool
Methods
- __construct() : mixed
- getStrict() : bool
Properties
$strict
protected
bool
$strict
= false
Methods
__construct()
public
__construct([bool $strict = false ]) : mixed
Parameters
- $strict : bool = false
-
- Whether password confirmation needs to happen in the request.
Tags
getStrict()
public
getStrict() : bool