Increase users to 20 for tier 3 licenses

This commit is contained in:
Julien Nahum 2024-07-26 14:32:23 +02:00
parent 2f497d93c1
commit d9514dd519
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class License extends Model
return [ return [
1 => 1, 1 => 1,
2 => 5, 2 => 5,
3 => 10, 3 => 20,
][$this->meta['tier']]; ][$this->meta['tier']];
} }