Skip to content

Commit 454c238

Browse files
authoredMay 31, 2024··
Merge pull request #52 from Bee-Lab/fix-extension
🎨 fix extension deprecation
2 parents e56a7fb + 0574bfc commit 454c238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/DependencyInjection/BeelabRecaptcha2Extension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Symfony\Component\Config\FileLocator;
66
use Symfony\Component\DependencyInjection\ContainerBuilder;
7+
use Symfony\Component\DependencyInjection\Extension\Extension;
78
use Symfony\Component\DependencyInjection\Loader;
8-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
99
use ReCaptcha\RequestMethod\CurlPost;
1010
use ReCaptcha\RequestMethod\Post;
1111

0 commit comments

Comments
 (0)
Please sign in to comment.