Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validator::errors() is deprecated. Use Validator::validate() instead. #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2021

  1. Update bootstrap.php

    Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    8e466ad View commit details
    Browse the repository at this point in the history
  2. Update RecaptchaHelper.php

    `Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    bc5cd1a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Update RecaptchaHelper.php

    `Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    92d872e View commit details
    Browse the repository at this point in the history
  2. Update ConfigValidatorTest.php

    `Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3b31e3a View commit details
    Browse the repository at this point in the history
  3. Update GlobalValidatorTest.php

    `Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b69e139 View commit details
    Browse the repository at this point in the history
  4. Update RecaptchaValidatorTest.php

    `Validator::errors()` is deprecated. Use `Validator::validate()` instead.
    davidspeijer authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d497d01 View commit details
    Browse the repository at this point in the history