Skip to content

Commit

Permalink
add L5.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 21, 2015
1 parent 09d74c2 commit cdfe4de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All Notable changes to `laravel-newsletter` will be documented in this file

##2.2.0
- add compatibility for Laravel 5.2

##2.1.0
- added functions to create, update, delete campaigns, update subscriber details

Expand Down
2 changes: 1 addition & 1 deletion src/NewsletterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()

public function register()
{
$this->app->bindShared('laravel-newsletter-mailchimp', function () {
$this->app->singleton('laravel-newsletter-mailchimp', function () {

$apiKey = $this->app['config']->get('laravel-newsletter.mailChimp.apiKey');

Expand Down

0 comments on commit cdfe4de

Please sign in to comment.