@@ -37,7 +37,7 @@ |
||
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 | } |