fix missing use-statement
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
namespace Froxlor\Http;
|
namespace Froxlor\Http;
|
||||||
|
|
||||||
|
use Froxlor\Settings;
|
||||||
|
|
||||||
class RateLimiter
|
class RateLimiter
|
||||||
{
|
{
|
||||||
private static int $limit_per_interval = 60;
|
private static int $limit_per_interval = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user