@@ -25,8 +25,8 @@ |
||
| 25 | 25 | * |
| 26 | 26 | * @param \Illuminate\Http\Request $request |
| 27 | 27 | * @param \Closure $next |
| 28 | - * @param int|string $maxAttempts |
|
| 29 | - * @param float|int $decayMinutes |
|
| 28 | + * @param integer $maxAttempts |
|
| 29 | + * @param integer $decayMinutes |
|
| 30 | 30 | * |
| 31 | 31 | * @return mixed |
| 32 | 32 | * |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Godruoyi\Tencent007\Client; |
| 15 | 15 | use Godruoyi\Tencent007\Exceptions\NeedCaptchaAuthException; |
| 16 | 16 | use Godruoyi\Tencent007\Exceptions\RequestNotPassedException; |
| 17 | -use Godruoyi\Tencent007\Exceptions\ToManyAttemptException; |
|
| 18 | 17 | use Godruoyi\Tencent007\Response as Tencent007Response; |
| 19 | 18 | use Illuminate\Routing\Middleware\ThrottleRequests as BaseThrottleRequests; |
| 20 | 19 | |