Skip to content

Commit 1dd873f

Browse files
author
Miguel López
committed
Fixed problems with paths
1 parent b76f4ee commit 1dd873f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Exceptions/PrestashopWebServiceException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
namespace Protechstudio\PrestashopWebService\Exceptions;
3+
namespace Verinder\PrestashopWebService\Exceptions;
44

5-
use Protechstudio\PrestashopWebService\PrestaShopWebserviceException as PSWException;
5+
use Verinder\PrestashopWebService\PrestaShopWebserviceException as PSWException;
66

77
class PrestashopWebServiceException extends PSWException
88
{

src/Exceptions/PrestashopWebServiceRequestException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Protechstudio\PrestashopWebService\Exceptions;
3+
namespace Verinder\PrestashopWebService\Exceptions;
44

55
class PrestashopWebServiceRequestException extends PrestashopWebServiceException
66
{

0 commit comments

Comments
 (0)