@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | */ |
| 35 | 35 | protected function registerReceitaFederal() |
| 36 | 36 | { |
| 37 | - $this->app->bind('ReceitaFederal', function(){ |
|
| 37 | + $this->app->bind('ReceitaFederal', function() { |
|
| 38 | 38 | return new RFSearch; |
| 39 | 39 | }); |
| 40 | 40 | } |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | protected function registerSintegra() |
| 48 | 48 | { |
| 49 | - $this->app->bind('Sintegra', function(){ |
|
| 49 | + $this->app->bind('Sintegra', function() { |
|
| 50 | 50 | return new Search; |
| 51 | 51 | }); |
| 52 | 52 | } |