@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | public function register() |
| 36 | 36 | { |
| 37 | - $this->app->singleton('moip', function(){ |
|
| 37 | + $this->app->singleton('moip', function() { |
|
| 38 | 38 | return new Moip(new Api(new MoipBasicAuth($this->app->make('config')->get('moip.credentials.token'), $this->app->make('config')->get('moip.credentials.key')), $this->getHomologated())); |
| 39 | 39 | }); |
| 40 | 40 | } |