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.
2 parents b0ef99b + ccab4bf commit 9d1bc14Copy full SHA for 9d1bc14
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