command implements LoggerInterface

This commit is contained in:
crazywhalecc
2023-02-28 23:01:01 +08:00
committed by Jerry
parent d0bbd20acc
commit c11ad632ac
3 changed files with 158 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ class Framework
public const VERSION_ID = 697;
/** @var string 版本名称 */
public const VERSION = '3.0.3';
public const VERSION = '3.1.0';
/** @var array 传入的参数 */
protected array $argv;