This commit is contained in:
2021-02-20 17:33:28 +08:00
parent 2718381c74
commit ab57da86c0
12 changed files with 22 additions and 25 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ namespace HttpServer\Route;
use Exception;
use HttpServer\Application;
use HttpServer\Abstracts\HttpService;
use Snowflake\Exception\ConfigException;
use Snowflake\Snowflake;
@@ -14,7 +14,7 @@ use Snowflake\Snowflake;
* Class TcpListen
* @package Snowflake\Snowflake\Route
*/
class Handler extends Application
class Handler extends HttpService
{
/** @var Router */