PHP Class BookStack\Http\Controllers\Auth\ResetPasswordController

Inheritance: extends BookStack\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
Show file Open project: ssddanbrown/bookstack

Protected Properties

Property Type Description
$redirectTo

Public Methods

Method Description
__construct ( ) : void Create a new controller instance.

Protected Methods

Method Description
sendResetResponse ( string $response ) : Illuminate\Http\Response Get the response for a successful password reset.

Method Details

__construct() public method

Create a new controller instance.
public __construct ( ) : void
return void

sendResetResponse() protected method

Get the response for a successful password reset.
protected sendResetResponse ( string $response ) : Illuminate\Http\Response
$response string
return Illuminate\Http\Response

Property Details

$redirectTo protected property

protected $redirectTo