@@ -5,7 +5,6 @@ |
||
5 | 5 | use Dingo\Api\Exception\StoreResourceFailedException; |
6 | 6 | use PHPHub\Repositories\ReplyRepositoryInterface; |
7 | 7 | use PHPHub\Transformers\ReplyTransformer; |
8 | -use PHPHub\User; |
|
9 | 8 | use Illuminate\Http\Request; |
10 | 9 | use Prettus\Validator\Exceptions\ValidatorException; |
11 | 10 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace PHPHub\Services\PushService; |
4 | 4 | |
5 | -use Config; |
|
6 | 5 | use JPush\JPushClient; |
7 | 6 | |
8 | 7 | class JPush |