mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
修复事件异常错误
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace app\common\exception;
|
namespace app\common\exception;
|
||||||
|
|
||||||
use extend\base\common\exception\EventExceptionBase;
|
use base\common\exception\EventExceptionBase;
|
||||||
|
|
||||||
class EventException extends EventExceptionBase
|
class EventException extends EventExceptionBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,12 +12,12 @@ use think\console\Output;
|
|||||||
|
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.92';
|
public const VERSION = 'v2.0.93';
|
||||||
|
|
||||||
public const LAYUI_VERSION = '2.8.17';
|
public const LAYUI_VERSION = '2.8.17';
|
||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'给系统代码增加异常抛出',
|
'修复事件异常错误',
|
||||||
'发布新版本',
|
'发布新版本',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace extend\base\common\exception;
|
namespace base\common\exception;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user