Skip to content

Commit

Permalink
Fixes for config
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Apr 22, 2020
1 parent b610608 commit 3f7f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collector/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private function endPoint()

private function apiKey()
{
return config('collect.api_key');
return config('collector.api_key');
}

private function httpClient()
Expand Down

0 comments on commit 3f7f8b5

Please sign in to comment.