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

Inheritance: extends REBELinBLUE\Deployer\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
Datei anzeigen 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_oe property

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

$subject protected_oe property

protected string $subject
return string