App\Notifications\Auth\ResetPasswordNotification::__construct PHP 메소드

__construct() 공개 메소드

Create a new notification instance.
public __construct ( $token ) : void
리턴 void
    public function __construct($token)
    {
        $this->token = $token;
    }
ResetPasswordNotification