@@ -42,7 +42,6 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * @param $listId |
| 44 | 44 | * @param $email |
| 45 | - * @param array $extras |
|
| 46 | 45 | * |
| 47 | 46 | * @throws \Exception |
| 48 | 47 | * |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | public function boot() |
| 17 | 17 | { |
| 18 | 18 | $this->publishes([ |
| 19 | - __DIR__ . '/config/easychimp.php' => config_path('easychimp.php') |
|
| 19 | + __DIR__.'/config/easychimp.php' => config_path('easychimp.php') |
|
| 20 | 20 | ]); |
| 21 | 21 | } |
| 22 | 22 | /** |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | */ |
| 27 | 27 | public function register() |
| 28 | 28 | { |
| 29 | - $this->app->bind('Easychimp', function ($app) { |
|
| 29 | + $this->app->bind('Easychimp', function($app) { |
|
| 30 | 30 | $config = $app['config']['easychimp']; |
| 31 | 31 | return new Easychimp(new Mailchimp($config['apikey'])); |
| 32 | 32 | }); |