model = $model; } public function __call($method, $arguments) { $this->model = $this->model->$method(...$arguments); return $this; } }