PHP Class REBELinBLUE\Deployer\Http\Controllers\Auth\PasswordController

Inheritance: extends REBELinBLUE\Deployer\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
Show file Open project: rebelinblue/deployer

Protected Properties

Property Type Description
$redirectTo string Where to redirect to once the password has been reset.
$subject string

Public Methods

Method Description
__construct ( ) Create a new password controller instance.

Method Details

__construct() public method

Create a new password controller instance.
public __construct ( )

Property Details

$redirectTo protected property

Where to redirect to once the password has been reset.
protected string $redirectTo
return string

$subject protected property

protected string $subject
return string