From 6c46a54d4b55e616dbba2d07f457cb43bfad935b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 28 Dec 2021 17:54:51 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- kiri-engine/Kiri.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kiri-engine/Kiri.php b/kiri-engine/Kiri.php index 32d39dcc..e7f82e03 100644 --- a/kiri-engine/Kiri.php +++ b/kiri-engine/Kiri.php @@ -4,6 +4,8 @@ declare(strict_types=1); namespace Kiri; +error_reporting(0); + use Note\Note; use Database\Collection;