@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace OhDear\PhpSdk; |
4 | 4 | |
5 | 5 | use Exception; |
6 | -use Psr\Http\Message\ResponseInterface; |
|
6 | +use OhDear\PhpSdk\Exceptions\FailedActionException; |
|
7 | 7 | use OhDear\PhpSdk\Exceptions\NotFoundException; |
8 | 8 | use OhDear\PhpSdk\Exceptions\ValidationException; |
9 | -use OhDear\PhpSdk\Exceptions\FailedActionException; |
|
9 | +use Psr\Http\Message\ResponseInterface; |
|
10 | 10 | |
11 | 11 | trait MakesHttpRequests |
12 | 12 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | namespace OhDear\PhpSdk\Actions; |
5 | 5 | |
6 | 6 | |
7 | -use OhDear\PhpSdk\Resources\Site; |
|
8 | 7 | use OhDear\PhpSdk\Resources\StatusPage; |
9 | 8 | |
10 | 9 | trait ManagesStatusPages |