input = $input; $this->actor = $actor; $this->http = $http; } public function get($key, $default = null) { return array_get($this->input, $key, $default); } public function all() { return $this->input; } }