PHP Class Learner\Http\Controllers\Auth\PasswordController

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

Protected Properties

Свойство Type Description
$redirectPath string When reset password successfully to redirect this path.
$subject string Password reset subject

Méthodes publiques

Méthode Description
__construct ( ) : void Create a new password controller instance.

Method Details

__construct() public méthode

Create a new password controller instance.
public __construct ( ) : void
Résultat void

Property Details

$redirectPath protected_oe property

When reset password successfully to redirect this path.
protected string $redirectPath
Résultat string

$subject protected_oe property

Password reset subject
protected string $subject
Résultat string