Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Reference ZendService\ReCaptcha
Browse files Browse the repository at this point in the history
- instead of Zend\Service\ReCaptcha
  • Loading branch information
weierophinney committed Jul 25, 2012
12 parents 8155a5c + 8ee5274 + 72c713c + 8ab0513 + 91eef93 + fce24bf + c98293e + ec0fa7a + 2480ecd + 6cbdeb6 + 0199841 + d0ceadd commit 6a7896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use Traversable;
use Zend\Form\Element;
use Zend\Service\ReCaptcha\ReCaptcha as ReCaptchaService;
use ZendService\ReCaptcha\ReCaptcha as ReCaptchaService;

/**
* ReCaptcha adapter
Expand Down
2 changes: 1 addition & 1 deletion test/ReCaptchaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace ZendTest\Captcha;

use Zend\Captcha\ReCaptcha;
use Zend\Service\ReCaptcha\ReCaptcha as ReCaptchaService;
use ZendService\ReCaptcha\ReCaptcha as ReCaptchaService;

/**
* @category Zend
Expand Down

0 comments on commit 6a7896d

Please sign in to comment.