Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

update RecaptchaField_HTTPClient to extend ViewableData #58

Open
wants to merge 1 commit into
base: 2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/RecaptchaField.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function getHTTPClient()
/**
* Simple HTTP client, mainly to make it mockable.
*/
class RecaptchaField_HTTPClient extends Object
class RecaptchaField_HTTPClient extends ViewableData
{

/**
Expand Down