Skip to content

Commit e02e4d1

Browse files
Merge pull request #58 from degecko/fix-config-token-getter
Fixed the access_token config getter function.
2 parents 294d3ae + 734178a commit e02e4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RollbarServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function stop() : bool
6666
{
6767
$level = static::config('level');
6868

69-
$token = static::config('token');
69+
$token = static::config('access_token');
7070

7171
$hasToken = empty($token) === false;
7272

0 commit comments

Comments
 (0)