Skip to content

Commit

Permalink
Fix Carbon 3 rawAddUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
clementmas committed Apr 13, 2024
1 parent 446b78e commit e054cda
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 e054cda

Please sign in to comment.