Skip to content

Commit

Permalink
# Changed to QO
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Jun 11, 2020
1 parent 7eff1fe commit 9aed83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/weather.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'api_key' => config('OWM_API_KEY')
'api_key' => env('OWM_API_KEY')
];

0 comments on commit 9aed83f

Please sign in to comment.