We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bd681 commit 0a62384Copy full SHA for 0a62384
1 file changed
src/ApiOperations/Request.php
@@ -3,10 +3,10 @@
3
4
namespace Digikraaft\Paystack\ApiOperations;
5
6
+use \GuzzleHttp\Client;
7
use Digikraaft\Paystack\Exceptions\InvalidArgumentException;
8
use Digikraaft\Paystack\Exceptions\IsNullException;
9
use Digikraaft\Paystack\Paystack;
-use \GuzzleHttp\Client;
10
11
/**
12
* Trait for resources that need to make API requests.
0 commit comments