local.ERROR: `App\Handler\MyValidator` is not a valid signature validator class. A valid signature validator is a class that implements `Spatie\WebhookClient\SignatureValidator\SignatureValidator`. {"exception":"[object] (Spatie\\WebhookClient\\Exceptions\\InvalidConfig(code: 0): `App\\Handler\\MyValidator` is not a valid signature validator class. A valid signature validator is a class that implements `Spatie\\WebhookClient\\SignatureValidator\\SignatureValidator`. at /var/www/html/vendor/spatie/laravel-webhook-client/src/Exceptions/InvalidConfig.php:22)
I really don't know if it's a bug or i'm missing something here.
This is my validator, its path is
App\Handler\MyValidator.php
:In the webhook-client.php config file i've got:
The full error message is the following: