Skip to content

Commit

Permalink
Fixed problems with paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel López committed May 16, 2018
1 parent b76f4ee commit 1dd873f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Exceptions/PrestashopWebServiceException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace Protechstudio\PrestashopWebService\Exceptions;
namespace Verinder\PrestashopWebService\Exceptions;

use Protechstudio\PrestashopWebService\PrestaShopWebserviceException as PSWException;
use Verinder\PrestashopWebService\PrestaShopWebserviceException as PSWException;

class PrestashopWebServiceException extends PSWException
{
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/PrestashopWebServiceRequestException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Protechstudio\PrestashopWebService\Exceptions;
namespace Verinder\PrestashopWebService\Exceptions;

class PrestashopWebServiceRequestException extends PrestashopWebServiceException
{
Expand Down

0 comments on commit 1dd873f

Please sign in to comment.