From 42814095350a83d199d608fab3a9656f332a2f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 29 Apr 2021 12:29:30 +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 --- System/Abstracts/BaseObject.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index 265b1dbb..8da6c0a1 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -17,7 +17,6 @@ use Swoole\Coroutine; /** * Class BaseObject - * @method defer() * @package Snowflake\Snowflake\Base * @method afterInit */