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
@@ -11,8 +11,8 @@ namespace HttpServer\Http\Formatter;
use Exception;
use HttpServer\Abstracts\HttpService;
use Snowflake\Core\Json;
use HttpServer\Application;
use Swoole\Http\Response;
use HttpServer\IInterface\IFormatter;
@@ -20,7 +20,7 @@ use HttpServer\IInterface\IFormatter;
* Class HtmlFormatter
* @package Snowflake\Snowflake\Http\Formatter
*/
class HtmlFormatter extends Application implements IFormatter
class HtmlFormatter extends HttpService implements IFormatter
{
public $data;