mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-02 14:11:38 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
namespace app\admin\controller\debug;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\debug\LogClass;
|
||||
use base\admin\controller\debug\LogBase;
|
||||
|
||||
/**
|
||||
* @ControllerAnnotation(title="debug_log")
|
||||
*/
|
||||
class Log extends LogClass
|
||||
class Log extends LogBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user