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