Skip to content

Commit

Permalink
Remove curl extension check #1 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaber-de committed Sep 26, 2018
1 parent 6902c07 commit 55a9198
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Handler/LogzIoHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ public function __construct(
bool $bubble = true
) {

if (! extension_loaded('curl')) {
throw new \LogicException('The curl extension is needed to use the LogzIoHandler');
}
$this->token = $token;
$this->type = $type;
$this->endpoint = $useSSL
Expand Down

0 comments on commit 55a9198

Please sign in to comment.