add AnnotationReader ignore name config (build 445, 2.7.0-beta5)

This commit is contained in:
crazywhalecc
2022-03-20 19:05:13 +08:00
parent 44a0eec74c
commit 2b8cab1824
3 changed files with 29 additions and 10 deletions

View File

@@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 444;
public const VERSION_ID = 445;
public const VERSION = '2.7.0-beta4';
public const VERSION = '2.7.0-beta5';
private static $obj;