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