Skip to content

Commit c2a4d70

Browse files
authored
Merge pull request #39 from MacPaw/feat/AddCallParentConstructor
Update MonologHandlerDecorator.php
2 parents 242ff9c + 3ef196a commit c2a4d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Monolog/Handler/MonologHandlerDecorator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function __construct(HubInterface $hub, Handler $sentryHandler)
2323
{
2424
$this->sentryHandler = $sentryHandler;
2525
$this->hub = $hub;
26+
parent::__construct();
2627
}
2728

2829
/**

0 commit comments

Comments
 (0)