PHP Class Learner\Http\Controllers\Auth\PasswordController

Inheritance: extends Learner\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
Datei anzeigen Open project: RryLee/learner.video

Protected Properties

Property Type Description
$redirectPath string When reset password successfully to redirect this path.
$subject string Password reset subject

Public Methods

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

Method Details

__construct() public method

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

Property Details

$redirectPath protected_oe property

When reset password successfully to redirect this path.
protected string $redirectPath
return string

$subject protected_oe property

Password reset subject
protected string $subject
return string