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