We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b40adf commit 145bd04Copy full SHA for 145bd04
app/Enums/Subscription.php
@@ -84,7 +84,7 @@ public function supportsSubLicenses(): bool
84
public function subLicenseLimit(): ?int
85
{
86
return match ($this) {
87
- self::Pro => 10,
+ self::Pro => 9,
88
self::Max, self::Forever => null, // Unlimited
89
default => 0,
90
};
0 commit comments