Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 8357424

Browse files
author
christophe.rosello
committed
Fix namespace for request method classes
1 parent be0488f commit 8357424

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Extension/ReCaptcha/RequestMethod/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace EWZ\Bundle\RecaptchaBundle\ReCaptcha\RequestMethod;
3+
namespace EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod;
44

55
use ReCaptcha\RequestMethod;
66
use ReCaptcha\RequestParameters;

src/Extension/ReCaptcha/RequestMethod/ProxyPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace EWZ\Bundle\RecaptchaBundle\ReCaptcha\RequestMethod;
3+
namespace EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod;
44

55
use ReCaptcha\RequestMethod;
66
use ReCaptcha\RequestParameters;

src/Validator/Constraints/IsTrueValidator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace EWZ\Bundle\RecaptchaBundle\Validator\Constraints;
44

5-
use EWZ\Bundle\RecaptchaBundle\ReCaptcha\RequestMethod\Post;
6-
use EWZ\Bundle\RecaptchaBundle\ReCaptcha\RequestMethod\ProxyPost;
5+
use EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod\Post;
6+
use EWZ\Bundle\RecaptchaBundle\Extension\ReCaptcha\RequestMethod\ProxyPost;
77
use ReCaptcha\ReCaptcha;
88
use Symfony\Component\HttpFoundation\RequestStack;
99
use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;

0 commit comments

Comments
 (0)