PHP 클래스 App\Services\Auth\Front\Mail\ResetPassword

상속: extends Illuminate\Mail\Mailable, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Bus\Queueable, use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: spatie-custom/blender

공개 프로퍼티들

프로퍼티 타입 설명
$token string
$user App\Services\Auth\Back\User

공개 메소드들

메소드 설명
__construct ( User $user, string $token ) Create a new message instance.
build ( ) Build the message.

메소드 상세

__construct() 공개 메소드

Create a new message instance.
public __construct ( User $user, string $token )
$user App\Services\Auth\Front\User
$token string

build() 공개 메소드

Build the message.
public build ( )

프로퍼티 상세

$token 공개적으로 프로퍼티

public string $token
리턴 string

$user 공개적으로 프로퍼티

public User,App\Services\Auth\Back $user
리턴 App\Services\Auth\Back\User