Completed
Push — main ( a21149...1f8d27 )
by Hugo
41s queued 31s
created
src/SparkPostServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.