diff --git a/system/src/RateLimit.php b/system/src/RateLimit.php index 9bc32524..df4349e5 100644 --- a/system/src/RateLimit.php +++ b/system/src/RateLimit.php @@ -10,7 +10,7 @@ class RateLimit public int $max_attempts; public int $ttl; public $enabled = false; - protected array $data; + protected array $data = []; public function __construct(string $key, int $max_attempts, int $ttl) {