Files
ulthon_admin/app/admin/controller/debug/Log.php

14 lines
227 B
PHP

<?php
namespace app\admin\controller\debug;
use app\admin\service\annotation\ControllerAnnotation;
use base\admin\controller\debug\LogClass;
/**
* @ControllerAnnotation(title="debug_log")
*/
class Log extends LogClass
{
}