Skip to content

Commit 44ff13f

Browse files
fixing laravel-5.5 build
1 parent 2893444 commit 44ff13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RollbarServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public function boot()
4646
if (strpos($message, 'Unable to send messages to Rollbar API. Produced response: ') !== false) {
4747
return;
4848
}
49-
49+
5050
try {
51-
$result = $app[RollbarLogHandler::class]->log($level, $message, $context);
51+
$result = $app["Rollbar\Laravel\RollbarLogHandler"]->log($level, $message, $context);
5252
} catch (BelowParseLevelException $exception) {
5353
return;
5454
}

0 commit comments

Comments
 (0)