Skip to content

Commit

Permalink
Update laravel-newsletter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed May 8, 2015
1 parent 5b7bed7 commit 1051c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/laravel-newsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* The api key of a MailChimp account. You can find yours here:
* https://us10.admin.mailchimp.com/account/api-key-popup/
*/
'apiKey' => getenv('MAILCHIMP_APIKEY'),
'apiKey' => env('MAILCHIMP_APIKEY'),

/*
* Here you can define properties of the lists you want to
Expand Down

0 comments on commit 1051c55

Please sign in to comment.