Passed
Push — master ( c202ea...d681ec )
by Thomas
03:06
created
src/SendinblueServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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 () {
43
+        $this->app->singleton('sendinblue', function() {
44 44
             return new Sendinblue;
45 45
         });
46 46
     }
Please login to merge, or discard this patch.