mirror of
https://gitee.com/zhc02/timely_service.git
synced 2025-06-17 10:55:24 +08:00
12 lines
160 B
PHP
Executable File
12 lines
160 B
PHP
Executable File
<?php
|
|
|
|
|
|
namespace app\admin\controller;
|
|
|
|
|
|
class Arrange extends Base
|
|
{
|
|
public function index(){
|
|
return $this->fetch();
|
|
}
|
|
} |