add uid starts when install

This commit is contained in:
xiaomlove
2022-08-20 23:46:14 +08:00
parent b434214508
commit 29c4a969f4
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ class Install
'TIMEZONE',
'DB_HOST', 'DB_PORT', 'DB_USERNAME', 'DB_PASSWORD', 'DB_DATABASE',
'REDIS_HOST', 'REDIS_PORT', 'REDIS_DB', 'REDIS_PASSWORD',
'UID_STARTS',
];
protected array $requiredExtensions = ['ctype', 'curl', 'fileinfo', 'json', 'mbstring', 'openssl', 'pdo_mysql', 'tokenizer', 'xml', 'mysqli', 'bcmath', 'redis', 'gd', 'gmp'];