Skip to content

Commit

Permalink
Merge pull request #131 from clementmas/patch-1
Browse files Browse the repository at this point in the history
Fix Carbon 3 rawAddUnit type
  • Loading branch information
freekmurze committed Apr 15, 2024
2 parents 446b78e + e054cda commit 83036d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/honeypot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83036d9

Please sign in to comment.