* Fix the bug of chart.

This commit is contained in:
xieqiyu
2023-12-11 13:19:44 +08:00
parent cbe0ae29d6
commit effe7f4e44
+1 -1
View File
@@ -18,7 +18,7 @@ class chartModel extends model
* @access public
* @return void
*/
public function __construct(string $appName = ''): void
public function __construct(string $appName = '')
{
parent::__construct($appName);
$this->loadBIDAO();