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,7 +11,7 @@ namespace HttpServer\Http\Formatter;
use Exception;
use HttpServer\Application;
use HttpServer\Abstracts\HttpService;
use SimpleXMLElement;
use Swoole\Http\Response;
use HttpServer\IInterface\IFormatter;
@@ -21,7 +21,7 @@ use HttpServer\IInterface\IFormatter;
* Class XmlFormatter
* @package Snowflake\Snowflake\Http\Formatter
*/
class XmlFormatter extends Application implements IFormatter
class XmlFormatter extends HttpService implements IFormatter
{
public ?string $data = '';