Documentation

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

showConfirmForm()

Display the password confirmation view.

public showConfirmForm() : View
Return values
View

Search results