作者 karlet

feat:修复引入文件错误

... ... @@ -2,7 +2,7 @@
namespace jytools;
require_once __DIR__ . '/functions.php';
require_once __DIR__ . '/func.php';
class Logger
{
private string $logPath;
... ...