@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\Cache\FilesystemCache; |
6 | 6 | use light\Easemob\Exception\HttpException; |
7 | -use light\Easemob\Exception\InvalidArgumentException; |
|
8 | 7 | use light\Easemob\Support\Log; |
9 | 8 | |
10 | 9 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use GuzzleHttp\Exception\RequestException; |
7 | 7 | use GuzzleHttp\HandlerStack; |
8 | 8 | use GuzzleHttp\Psr7; |
9 | -use GuzzleHttp\Psr7\Request; |
|
10 | 9 | use light\Easemob\Exception\HttpException; |
11 | 10 | use light\Easemob\Support\Log; |
12 | 11 | use Psr\Http\Message\ResponseInterface; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace light\Easemob; |
4 | 4 | |
5 | -use Doctrine\Common\Cache\Cache; |
|
6 | 5 | use Doctrine\Common\Cache\FilesystemCache; |
7 | 6 | use light\Easemob\Core\AccessToken; |
8 | 7 | use light\Easemob\Core\Config; |