Skip to content

Commit

Permalink
Merge branch 'webgrip:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryangr0 authored Nov 5, 2024
2 parents c70b2e1 + 3ea3a0b commit a5ef63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Services/TelemetryService.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(
public function hookLoggerIntoMonolog(): void
{
if ($this->loggerProvider instanceof Logger) {
$this->$this->logger->pushHandler(
$this->logger->pushHandler(
new Handler(
$this->loggerProvider,
Level::Debug
Expand Down

0 comments on commit a5ef63c

Please sign in to comment.