Skip to content

Commit 9d1bc14

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Update rate_limiter.rst
2 parents b0ef99b + ccab4bf commit 9d1bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ Then, inject and use as normal::
646646
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
647647
use Symfony\Component\HttpFoundation\Request;
648648
use Symfony\Component\HttpFoundation\Response;
649-
use Symfony\Component\RateLimiter\RateLimiterFactory;
649+
use Symfony\Component\RateLimiter\RateLimiterFactoryInterface;
650650

651651
class ContactController extends AbstractController
652652
{

0 commit comments

Comments
 (0)