Passed
Branch master (f479a1)
by Thomas
04:39
created
Category
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 ($app) {
43
+        $this->app->singleton('sendinblue', function($app) {
44 44
             return new Sendinblue;
45 45
         });
46 46
     }
Please login to merge, or discard this patch.