mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
namespace app\admin\controller;
|
|
|
|
use base\admin\controller\IndexBase;
|
|
|
|
class Index extends IndexBase
|
|
{
|
|
}
|