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