From a3da8e0df0d9b54ec5355c98e550971fe1d12393 Mon Sep 17 00:00:00 2001 From: Alexander Kellner Date: Fri, 25 Oct 2024 10:47:35 +0200 Subject: [PATCH] [TASK] Small code cleanup --- Classes/Domain/Model/Fingerprint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Domain/Model/Fingerprint.php b/Classes/Domain/Model/Fingerprint.php index 2d17cef4..4f8546e9 100644 --- a/Classes/Domain/Model/Fingerprint.php +++ b/Classes/Domain/Model/Fingerprint.php @@ -25,7 +25,7 @@ class Fingerprint extends AbstractModel protected string $domain = ''; protected string $userAgent = ''; protected string $site = ''; - protected int $type = 0; + protected int $type = self::TYPE_FINGERPRINT; public function __construct(string $domain = '', string $userAgent = '') {