@@ -78,6 +78,9 @@ |
||
| 78 | 78 | }); |
| 79 | 79 | } |
| 80 | 80 | |
| 81 | + /** |
|
| 82 | + * @param string $method |
|
| 83 | + */ |
|
| 81 | 84 | public function __call($method, $methodArguments) |
| 82 | 85 | { |
| 83 | 86 | return new static(function (...$arguments) use ($method, $methodArguments) { |