From fbe13eaa7eace8b782f06072b3767a40819b700a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 17 Jan 2022 14:04:37 +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-annotation/Task.php | 44 ---------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 kiri-annotation/Task.php diff --git a/kiri-annotation/Task.php b/kiri-annotation/Task.php deleted file mode 100644 index 27546904..00000000 --- a/kiri-annotation/Task.php +++ /dev/null @@ -1,44 +0,0 @@ -get(AsyncTaskExecute::class); - $task->reg($this->name, $class); - return true; - } - -}