Files
zhamao-framework/src/ZM/Http/RouteManager.php
2022-03-15 18:05:33 +08:00

15 lines
215 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
namespace ZM\Http;
/**
* 为了兼容豁出去了2.5),此兼容类
* Class RouteManager
* @deprecated
*/
class RouteManager extends \ZM\Utils\Manager\RouteManager
{
}