Skip to content

Commit

Permalink
Merge pull request #40 from MacPaw/develop
Browse files Browse the repository at this point in the history
Release fix
  • Loading branch information
IiiigorGG authored May 20, 2022
2 parents d04d405 + c2a4d70 commit 6096959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Monolog/Handler/MonologHandlerDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function __construct(HubInterface $hub, Handler $sentryHandler)
{
$this->sentryHandler = $sentryHandler;
$this->hub = $hub;
parent::__construct();
}

/**
Expand Down

0 comments on commit 6096959

Please sign in to comment.