mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-08-10 07:19:46 +08:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
namespace app\admin\controller;
|
|
|
|
class Index extends Base {
|
|
public function index() {
|
|
return $this->fetch();
|
|
}
|
|
}
|