Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-19 14:57:14 +08:00
parent d5b58a1fc7
commit d42fc588b4
6 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ class HasCount extends HasBase
* @param $name
* @param $arguments
* @return ActiveQuery
* @throws Exception
* @throws ActiveQuery|static
*/
public function __call($name, $arguments): mixed
public function __call($name, $arguments)
{
if (method_exists($this, $name)) {
return call_user_func([$this, $name], ...$arguments);