Skip to content

Commit

Permalink
Merge pull request #2 from passioneight/namespace-fix
Browse files Browse the repository at this point in the history
Fixes #1: Fixed incorrect namespaces in GoogleRecaptchaValidator
  • Loading branch information
passioneight committed Dec 15, 2021
2 parents 749a09c + ba44487 commit a102acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/Validator/GoogleRecaptchaValidator.php
Expand Up @@ -3,8 +3,8 @@
namespace Passioneight\Bundle\PimcoreFormsBundle\Form\Validator;

use Passioneight\Bundle\PimcoreFormsBundle\Form\Constraint\GoogleRecaptcha;
use Passioneight\Bundle\GoogleRecaptchaBundle\Event\ValidationEvent;
use Passioneight\Bundle\GoogleRecaptchaBundle\Exception\Validation\ValidationException;
use Passioneight\Bundle\PimcoreGoogleRecaptchaBundle\Event\ValidationEvent;
use Passioneight\Bundle\PimcoreGoogleRecaptchaBundle\Exception\Validation\ValidationException;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\ConstraintValidator;
Expand Down

0 comments on commit a102acf

Please sign in to comment.