This commit is contained in:
2021-09-10 10:20:46 +08:00
parent ce07230cc6
commit c02da89654
+11
View File
@@ -29,6 +29,17 @@ class Request implements RequestInterface
}
/**
* @param string $name
* @param array $arguments
* @return mixed
*/
public function __call(string $name, array $arguments)
{
return $this->__call__()->{$name}(...$arguments);
}
/**
* @param $name
* @return mixed