change ctx return force to ContextInterface (build 437)

This commit is contained in:
crazywhalecc
2022-03-17 19:42:59 +08:00
parent 1706afbcd0
commit ce7f2b1765
3 changed files with 13 additions and 6 deletions

View File

@@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 436;
public const VERSION_ID = 437;
public const VERSION = '2.7.0-beta2';
public const VERSION = '2.7.0-beta3';
private static $obj;