Files

16 lines
469 B
PHP
Raw Permalink Normal View History

2025-11-05 16:34:40 +08:00
<?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
*/
2025-11-10 10:45:43 +08:00
2025-11-12 09:34:58 +08:00
# ---------------------------------------------------------------#
# 使用注解系统定义路由,不再使用 路由配置文件 #
# ---------------------------------------------------------------#