Skip to content

Commit 9361660

Browse files
committed
all licences should have same duration
1 parent cf4a7ce commit 9361660

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/NetifydLicenseType.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function cacheLabel(): string
2424

2525
public function durationDays(): int
2626
{
27-
return match ($this) {
28-
self::COMMUNITY => 3,
29-
self::ENTERPRISE => 7,
30-
};
27+
return 7;
3128
}
3229
}

0 commit comments

Comments
 (0)