Skip to content

Commit f86b286

Browse files
committed
Removed lol() function. sorry
1 parent 65e99ad commit f86b286

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/Utils/Request.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,4 @@ public function __construct($agreementToken = '')
1818
]
1919
] );
2020
}
21-
22-
23-
function lol()
24-
{
25-
// fixme!
26-
try
27-
{
28-
$url = config( 'pipedrive.endpoint' ) . $this->buildEntity( $entity, $id, $fields ) . '?api_token=' . $this-$this->api_token . '&start=' . $start . '&limit=' . $limit;
29-
$response = $this->curl->get( $url );
30-
31-
return $this->getData( $response->getBody() );
32-
} catch ( \Exception $exception )
33-
{
34-
throw new \Exception( $exception->getMessage(), $exception->getCode() );
35-
}
36-
}
3721
}

0 commit comments

Comments
 (0)