PHP 클래스 Learner\Http\Controllers\Auth\PasswordController

상속: extends Learner\Http\Controllers\Controller, use trait Illuminate\Foundation\Auth\ResetsPasswords
파일 보기 프로젝트 열기: RryLee/learner.video

보호된 프로퍼티들

프로퍼티 타입 설명
$redirectPath string When reset password successfully to redirect this path.
$subject string Password reset subject

공개 메소드들

메소드 설명
__construct ( ) : void Create a new password controller instance.

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$redirectPath 보호되어 있는 프로퍼티

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

$subject 보호되어 있는 프로퍼티

Password reset subject
protected string $subject
리턴 string