Increase users to 20 for tier 3 licenses
This commit is contained in:
parent
2f497d93c1
commit
d9514dd519
|
|
@ -65,7 +65,7 @@ class License extends Model
|
|||
return [
|
||||
1 => 1,
|
||||
2 => 5,
|
||||
3 => 10,
|
||||
3 => 20,
|
||||
][$this->meta['tier']];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue