fix missing use-statement

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-05-02 10:27:28 +02:00
parent 1679675aa1
commit b64dd501dd

View File

@@ -2,6 +2,8 @@
namespace Froxlor\Http;
use Froxlor\Settings;
class RateLimiter
{
private static int $limit_per_interval = 60;