Skip to content

Commit 2893444

Browse files
fixing laravel-5.5 build
1 parent 9cb76d2 commit 2893444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RollbarServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function boot()
4848
}
4949

5050
try {
51-
$result = $app[get_class(RollbarLogHandler)]->log($level, $message, $context);
51+
$result = $app[RollbarLogHandler::class]->log($level, $message, $context);
5252
} catch (BelowParseLevelException $exception) {
5353
return;
5454
}

0 commit comments

Comments
 (0)