Skip to content

Commit

Permalink
Fixed broken config value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lawrence committed Oct 11, 2017
1 parent 0581075 commit a565c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wonde.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'connections' => [

'main' => [
'token' => env('wonder_token', null),
'token' => env('wonde_token', null),
],

],
Expand Down

0 comments on commit a565c19

Please sign in to comment.