Skip to content

Commit

Permalink
Merge pull request #134 from NMantek/fix/interceptor
Browse files Browse the repository at this point in the history
Fix interceptor throwing php error
  • Loading branch information
NMantek authored Aug 9, 2024
2 parents e063591 + 58458d2 commit ef3eb9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Typoheads\Formhandler\Interceptor\TurnstileCaptchaInterceptor;

class TurnstileCaptchaInterceptorModel extends AbstractInterceptorModel {
public function __construct() {}
public function __construct(array $settings) {}

public function class(): string {
return TurnstileCaptchaInterceptor::class;
Expand Down

0 comments on commit ef3eb9f

Please sign in to comment.