test
This commit is contained in:
@@ -122,6 +122,14 @@ class Config
|
||||
get => $this->enableVirtualCleanerParser;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* TODO 代码内部进行数据库记录行列转换
|
||||
*/
|
||||
public bool $enableInternalRowColumnConvert = true {
|
||||
get => $this->enableInternalRowColumnConvert;
|
||||
}
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
$this->detectCircularDependency();
|
||||
|
||||
Reference in New Issue
Block a user