Skip to content
Snippets Groups Projects
Commit 1be279f3 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed namespacing issue.

parent 5fed1b24
No related merge requests found
...@@ -39,7 +39,7 @@ use Zend\Http\Client as HttpClient; ...@@ -39,7 +39,7 @@ use Zend\Http\Client as HttpClient;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link http://api.summon.serialssolutions.com/help/api/ API Documentation * @link http://api.summon.serialssolutions.com/help/api/ API Documentation
*/ */
class Zend2 extends SerialsSolutions_Summon_Base class Zend2 extends \SerialsSolutions_Summon_Base
{ {
/** /**
* The HTTP_Request object used for API transactions * The HTTP_Request object used for API transactions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment