16 lines
469 B
PHP
16 lines
469 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* This file is part of Hyperf.
|
|
*
|
|
* @link https://www.hyperf.io
|
|
* @document https://hyperf.wiki
|
|
* @contact group@hyperf.io
|
|
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
|
*/
|
|
|
|
# ---------------------------------------------------------------#
|
|
# 使用注解系统定义路由,不再使用 路由配置文件 #
|
|
# ---------------------------------------------------------------#
|