This commit is contained in:
2021-02-20 17:30:03 +08:00
parent bc2ec40a76
commit cc19a2a198
3 changed files with 41 additions and 52 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace HttpServer;
use HttpServer\Abstracts\HttpService;
use HttpServer\Http\HttpHeaders;
use HttpServer\Http\HttpParams;
use HttpServer\Http\Request;
@@ -16,7 +17,7 @@ use Snowflake\Snowflake;
* Class WebController
* @package Snowflake\Snowflake\Web
*/
class Controller extends Application
class Controller extends HttpService
{
use TraitApplication;