You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
if I follow quickstart I get this error: Service 'application.2': Service of type Minetro\Forms\reCAPTCHA\IReCaptchaValidatorFactory needed by App\Presenters\HomepagePresenter::__construct() not found. Did you register it in configuration file?
I have to solve it manually with adding implement to that Validator service
Hi,
if I follow quickstart I get this error:
Service 'application.2': Service of type Minetro\Forms\reCAPTCHA\IReCaptchaValidatorFactory needed by App\Presenters\HomepagePresenter::__construct() not found. Did you register it in configuration file?
I have to solve it manually with adding
implement
to that Validator serviceThe problem is in DI extension, where setup of implement is missing.
May I create pull requests in all versions? 1.5, 1.6, ...
The text was updated successfully, but these errors were encountered: