Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user