@@ -40,7 +40,7 @@  | 
                                                    ||
| 40 | 40 | $this->mergeConfigFrom(__DIR__.'/../config/sendinblue.php', 'sendinblue');  | 
                                                        
| 41 | 41 | |
| 42 | 42 | // Register the service the package provides.  | 
                                                        
| 43 | -        $this->app->singleton('sendinblue', function ($app) { | 
                                                        |
| 43 | +        $this->app->singleton('sendinblue', function($app) { | 
                                                        |
| 44 | 44 | return new Sendinblue;  | 
                                                        
| 45 | 45 | });  | 
                                                        
| 46 | 46 | }  |