We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917f941 commit 2bc78c1Copy full SHA for 2bc78c1
rate_limiter.rst
@@ -646,7 +646,7 @@ Then, inject and use as normal::
646
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
647
use Symfony\Component\HttpFoundation\Request;
648
use Symfony\Component\HttpFoundation\Response;
649
- use Symfony\Component\RateLimiter\RateLimiterFactory;
+ use Symfony\Component\RateLimiter\RateLimiterFactoryInterface;
650
651
class ContactController extends AbstractController
652
{
0 commit comments