Passed
Push — master ( 5691e6...848ccf )
by Thomas
03:37
created
src/SendinblueServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         // The singleton method binds a class or interface into the container
43 43
         // that should only be resolved one time. Once a singleton binding is resolved,
44 44
         // the same object instance will be returned on subsequent calls into the container
45
-        $this->app->singleton('sendinblue', function () {
45
+        $this->app->singleton('sendinblue', function() {
46 46
             return new Sendinblue();
47 47
         });
48 48
     }
Please login to merge, or discard this patch.