Skip to content

Commit

Permalink
Fixed typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed Oct 3, 2019
1 parent eb2aa8c commit b8503ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/rackbeat.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
return [

'token' => env( 'RACKBEAT_API_TOKEN' ),
'user_agent' => env('RACKBEAT_USER_AGENT', 'kg-bot/laravel-rackbeat')
'user_agent' => env('RACKBEAT_USER_AGENT', 'kg-bot/laravel-rackbeat'),
'supplier' => [

'fields' => [
Expand Down

0 comments on commit b8503ac

Please sign in to comment.