diff --git a/config/constants.php b/config/constants.php index d125ce1cc..1ccae7116 100644 --- a/config/constants.php +++ b/config/constants.php @@ -26,7 +26,7 @@ return [ 'server' => [ 'zero' => 0, 'self-hosted' => 999999999999, - 'basic' => 1, + 'basic' => 2, 'pro' => 10, 'ultimate' => 25, ],