mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-08-08 06:19:46 +08:00
9 lines
105 B
PHP
9 lines
105 B
PHP
<?php
|
|
namespace app\index\controller;
|
|
|
|
class Index extends Base {
|
|
public function index() {
|
|
|
|
}
|
|
}
|