ConfirmPasswordController
extends BaseWebController
in package
Uses
ConfirmsPasswords
Table of Contents
- $redirectTo : string
- Where to redirect users when the intended url fails.
- __construct() : void
- Create a new controller instance.
- showConfirmForm() : View
- Display the password confirmation view.
Properties
$redirectTo
Where to redirect users when the intended url fails.
protected
string
$redirectTo
= \Athomos\Bennu\RouteServiceProvider::DASHBOARD
Methods
__construct()
Create a new controller instance.
public
__construct() : void
Return values
void —showConfirmForm()
Display the password confirmation view.
public
showConfirmForm() : View