Skip to content

Commit 690a10d

Browse files
authored
fixing some build errors (#298)
1 parent 8900466 commit 690a10d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Watchers/LogWatcher.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
use Illuminate\Contracts\Foundation\Application;
88
use Illuminate\Log\Events\MessageLogged;
9+
use Illuminate\Log\LogManager;
910
use OpenTelemetry\API\Instrumentation\CachedInstrumentation;
1011
use OpenTelemetry\API\Logs\LogRecord;
1112
use OpenTelemetry\API\Logs\Map\Psr3;
1213

1314
class LogWatcher extends Watcher
1415
{
16+
private LogManager $logger;
1517
public function __construct(
1618
private CachedInstrumentation $instrumentation,
1719
) {

0 commit comments

Comments
 (0)