From e054cda8030f3311483a0a08fcc1eba78edb75b6 Mon Sep 17 00:00:00 2001 From: clem Date: Sat, 13 Apr 2024 16:11:32 +0700 Subject: [PATCH] Fix Carbon 3 rawAddUnit --- config/honeypot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/honeypot.php b/config/honeypot.php index 23a281d..8266e15 100644 --- a/config/honeypot.php +++ b/config/honeypot.php @@ -39,7 +39,7 @@ * If the form is submitted faster than this amount of seconds * the form submission will be considered invalid. */ - 'amount_of_seconds' => env('HONEYPOT_SECONDS', 3), + 'amount_of_seconds' => (int) env('HONEYPOT_SECONDS', 3), /* * This class is responsible for sending a response to requests that