Skip to content

Commit fe7e126

Browse files
Nyholmfabpot
authored andcommitted
[RateLimiter] Moved classes implementing LimiterInterface to a new namespace
1 parent f9a5406 commit fe7e126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RateLimiter/AbstractRequestRateLimiter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\RateLimiter\LimiterInterface;
16-
use Symfony\Component\RateLimiter\NoLimiter;
16+
use Symfony\Component\RateLimiter\Policy\NoLimiter;
1717
use Symfony\Component\RateLimiter\RateLimit;
1818

1919
/**

0 commit comments

Comments
 (0)