From 3d29ae08c47c0e617f1e90b88651b170d5d19123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 9 Sep 2020 18:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Http/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index 7269131c..d89d6097 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -150,7 +150,7 @@ class Response extends Application $string = PHP_EOL . 'Command Result: ' . PHP_EOL . PHP_EOL; $string .= empty($result) ? 'success!' : $result . PHP_EOL . PHP_EOL; - $string .= 'Command Success!' . PHP_EOL . PHP_EOL; + $string .= 'Command End!' . PHP_EOL . PHP_EOL; echo $string; $event = Snowflake::app()->event;