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 9c7375a + 9d1bc14 commit 0dbb2aeCopy full SHA for 0dbb2ae
rate_limiter.rst
@@ -625,7 +625,7 @@ Then, inject and use as normal::
625
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
626
use Symfony\Component\HttpFoundation\Request;
627
use Symfony\Component\HttpFoundation\Response;
628
- use Symfony\Component\RateLimiter\RateLimiterFactory;
+ use Symfony\Component\RateLimiter\RateLimiterFactoryInterface;
629
630
class ContactController extends AbstractController
631
{
0 commit comments