Files
sentcms/app/controller/user/Index.php
tensent 5c320206fb auth
2020-02-16 10:49:43 +08:00

8 lines
103 B
PHP
Executable File

<?php
namespace app\controller\user;
use app\BaseController;
class Index extends BaseController {
}