mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
update composer and roll to 396(v2.3.3)
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# 更新日志(v2 版本)
|
# 更新日志(v2 版本)
|
||||||
|
|
||||||
|
## v2.3.3 (build 396)
|
||||||
|
|
||||||
|
> 更新时间:2021.3.23
|
||||||
|
|
||||||
|
- 修复:Composer 调试时出现加载重复的问题
|
||||||
|
|
||||||
## v2.3.2 (build 395)
|
## v2.3.2 (build 395)
|
||||||
|
|
||||||
> 更新时间:2021.3.23
|
> 更新时间:2021.3.23
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use ZM\Utils\DataProvider;
|
|||||||
|
|
||||||
class ConsoleApplication extends Application
|
class ConsoleApplication extends Application
|
||||||
{
|
{
|
||||||
const VERSION_ID = 395;
|
const VERSION_ID = 396;
|
||||||
const VERSION = "2.3.2";
|
const VERSION = "2.3.2";
|
||||||
|
|
||||||
public function __construct(string $name = 'UNKNOWN') {
|
public function __construct(string $name = 'UNKNOWN') {
|
||||||
|
|||||||
Reference in New Issue
Block a user