Skip to content

Commit 0dbb2ae

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Update rate_limiter.rst
2 parents 9c7375a + 9d1bc14 commit 0dbb2ae

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
@@ -625,7 +625,7 @@ Then, inject and use as normal::
625625
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
626626
use Symfony\Component\HttpFoundation\Request;
627627
use Symfony\Component\HttpFoundation\Response;
628-
use Symfony\Component\RateLimiter\RateLimiterFactory;
628+
use Symfony\Component\RateLimiter\RateLimiterFactoryInterface;
629629

630630
class ContactController extends AbstractController
631631
{

0 commit comments

Comments
 (0)