| @@ -29,7 +29,7 @@ | ||
| 29 | 29 | */ | 
| 30 | 30 | public function register() | 
| 31 | 31 |      { | 
| 32 | -        $this->app->singleton('moip', function(){ | |
| 32 | +        $this->app->singleton('moip', function() { | |
| 33 | 33 |              return new Moip(new Api(new MoipBasicAuth(config('moip.credentials.token'), config('moip.credentials.key')), $this->getHomologated())); | 
| 34 | 34 | }); | 
| 35 | 35 | } |