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 -3
View File
@@ -9,15 +9,14 @@ declare(strict_types=1);
namespace HttpServer\Http\Formatter;
use Exception;
use HttpServer\Application;
use HttpServer\Abstracts\HttpService;
use HttpServer\IInterface\IFormatter;
/**
* Class JsonFormatter
* @package Snowflake\Snowflake\Http\Formatter
*/
class JsonFormatter extends Application implements IFormatter
class JsonFormatter extends HttpService implements IFormatter
{
public $data;