Skip to content

Commit

Permalink
[TASK] Small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Oct 25, 2024
1 parent 5a7ce1e commit a3da8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Fingerprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '')
{
Expand Down

0 comments on commit a3da8e0

Please sign in to comment.