Skip to content

Commit

Permalink
Removed lol() function. sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Dec 5, 2016
1 parent 65e99ad commit f86b286
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Utils/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,4 @@ public function __construct($agreementToken = '')
]
] );
}


function lol()
{
// fixme!
try
{
$url = config( 'pipedrive.endpoint' ) . $this->buildEntity( $entity, $id, $fields ) . '?api_token=' . $this-$this->api_token . '&start=' . $start . '&limit=' . $limit;
$response = $this->curl->get( $url );

return $this->getData( $response->getBody() );
} catch ( \Exception $exception )
{
throw new \Exception( $exception->getMessage(), $exception->getCode() );
}
}
}

0 comments on commit f86b286

Please sign in to comment.