add to `Deals.php`: ``` public function getAll(array $data) { return $this->curl->get('deals/', $data); } ``` where $data is an array of options available here: https://developers.pipedrive.com/docs/api/v1/#!/Deals/get_deals
add to
Deals.php:where $data is an array of options available here:
https://developers.pipedrive.com/docs/api/v1/#!/Deals/get_deals