Skip to content

Commit

Permalink
fix class not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arif98741 committed Nov 7, 2021
1 parent c442903 commit 30a3a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


use GuzzleHttp\Exception\GuzzleException;
use NagadApi\Exception\ExceptionHandler;
use Xenon\NagadApi\Exception\ExceptionHandler;
use Xenon\NagadApi\lib\Key;

class Helper extends Key
Expand Down
2 changes: 1 addition & 1 deletion src/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace Xenon\NagadApi;

use Exception;
use NagadApi\Exception\ExceptionHandler;
use Xenon\NagadApi\Exception\ExceptionHandler;

/**
* This is the main performer that means request handler for entire nagadApi
Expand Down

0 comments on commit 30a3a79

Please sign in to comment.