From 2bc78c16afa3e87c5e4cc90ce4808837ee5ecced Mon Sep 17 00:00:00 2001 From: ahmetkun Date: Thu, 24 Jul 2025 23:11:49 +0300 Subject: [PATCH] Update rate_limiter.rst --- rate_limiter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rate_limiter.rst b/rate_limiter.rst index 3a517c37bd4..5fd453f0534 100644 --- a/rate_limiter.rst +++ b/rate_limiter.rst @@ -646,7 +646,7 @@ Then, inject and use as normal:: use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; - use Symfony\Component\RateLimiter\RateLimiterFactory; + use Symfony\Component\RateLimiter\RateLimiterFactoryInterface; class ContactController extends AbstractController {