@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | use Closure; |
6 | 6 | use Illuminate\Http\Request; |
7 | -use Symfony\Component\HttpFoundation\Response; |
|
8 | 7 | use Spatie\Honeypot\SpamResponder\SpamResponder; |
8 | +use Symfony\Component\HttpFoundation\Response; |
|
9 | 9 | |
10 | 10 | class ProtectAgainstSpam |
11 | 11 | { |
@@ -10,7 +10,7 @@ |
||
10 | 10 | protected $encryptedTime; |
11 | 11 | |
12 | 12 | /** |
13 | - * @param \Carbon\Carbon|\Carbon\CarbonInterface $carbon |
|
13 | + * @param Carbon $carbon |
|
14 | 14 | * |
15 | 15 | * @return static |
16 | 16 | */ |