This commit is contained in:
2020-09-08 01:31:28 +08:00
parent e5fa034d8c
commit e7e13e9f8b
-19
View File
@@ -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