Error getting EncryptedTime::__construct(): Argument #1 ($encryptedTime) must be of type string, array given #134
Unanswered
DiveshDwivedi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using spatie/honeypot:^4.3 in Laravel 10. In the SpamProtection class, within the check() method,
$time = new EncryptedTime($validFrom);
expects a string but an array is found. on constructor call
public function __construct(string $encryptedTime)
Beta Was this translation helpful? Give feedback.
All reactions