From e7e13e9f8b5cda999c6df09391f71f84caa428dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 01:31:28 +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 | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index 5b2415a2..caae0144 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -81,25 +81,6 @@ class BaseObject implements Configure } } - /** - * @param $name - * @param $arguments - * - * @return mixed - * @throws Exception - */ -// public function __call($name, $arguments) -// { -// if (!method_exists($this, $name)) { -// throw new Exception("Not find " . get_called_class() . "::($name)"); -// } else { -// $result = $this->$name(...$arguments); -// if (method_exists($this, 'defer')) { -// $this->defer(); -// } -// return $result; -// } -// } /** * @param $message