@@ -33,7 +33,7 @@  | 
                                                    ||
| 33 | 33 | */  | 
                                                        
| 34 | 34 | protected function registerBindings(Container $container, ConfigRepository $config)  | 
                                                        
| 35 | 35 |      { | 
                                                        
| 36 | -        $container->singleton(SparkPostService::class, function () use ($config) { | 
                                                        |
| 36 | +        $container->singleton(SparkPostService::class, function() use ($config) { | 
                                                        |
| 37 | 37 | return new SparkPostService($config[self::CONFIG_KEY]);  | 
                                                        
| 38 | 38 | });  | 
                                                        
| 39 | 39 | |