Skip to content

Commit ccab4bf

Browse files
committed
minor #21243 Update rate_limiter.rst (keune)
This PR was merged into the 7.3 branch. Discussion ---------- Update rate_limiter.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 2bc78c1 Update rate_limiter.rst
2 parents 917f941 + 2bc78c1 commit ccab4bf

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)