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

Commit

Permalink
Merge branch 'hotfix/soap_autodiscover-revert' of https://github.com/…
Browse files Browse the repository at this point in the history
…Intiilapa/zf2 into hotfix/soap_autodiscover
  • Loading branch information
weierophinney committed May 23, 2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class AutoDiscover implements \Zend\Server\Server
*/
public function __construct($strategy = true, $uri=null, $wsdlClass=null)
{
$this->_reflection = new \Zend\Server\Reflection\Reflection();
$this->_reflection = new \Zend\Server\Reflection();
$this->setComplexTypeStrategy($strategy);

if($uri !== null) {
Expand Down

0 comments on commit 737b39e

Please sign in to comment.