OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
13
app/Core/Configuration/AppSettings.php
Normal file
13
app/Core/Configuration/AppSettings.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Leantime\Core\Configuration;
|
||||
|
||||
/**
|
||||
* appSettings class - System appSettings
|
||||
*/
|
||||
class AppSettings
|
||||
{
|
||||
public string $appVersion = '3.9.8';
|
||||
|
||||
public string $dbVersion = '3.5.29';
|
||||
}
|
||||
Reference in New Issue
Block a user