@@ -20,11 +20,11 @@ discard block |
||
20 | 20 | */ |
21 | 21 | public function register() |
22 | 22 | { |
23 | - $this->registerSintegra(); |
|
24 | - $this->registerReceitaFederal(); |
|
23 | + $this->registerSintegra(); |
|
24 | + $this->registerReceitaFederal(); |
|
25 | 25 | |
26 | - $this->app->alias('Sintegra', 'zServices\Sintegra\Search'); |
|
27 | - $this->app->alias('ReceitaFederal', 'zServices\ReceitaFederal\Search'); |
|
26 | + $this->app->alias('Sintegra', 'zServices\Sintegra\Search'); |
|
27 | + $this->app->alias('ReceitaFederal', 'zServices\ReceitaFederal\Search'); |
|
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
@@ -34,9 +34,9 @@ discard block |
||
34 | 34 | */ |
35 | 35 | protected function registerReceitaFederal() |
36 | 36 | { |
37 | - $this->app->bind('ReceitaFederal', function(){ |
|
38 | - return new RFSearch; |
|
39 | - }); |
|
37 | + $this->app->bind('ReceitaFederal', function(){ |
|
38 | + return new RFSearch; |
|
39 | + }); |
|
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
@@ -46,8 +46,8 @@ discard block |
||
46 | 46 | */ |
47 | 47 | protected function registerSintegra() |
48 | 48 | { |
49 | - $this->app->bind('Sintegra', function(){ |
|
50 | - return new Search; |
|
51 | - }); |
|
49 | + $this->app->bind('Sintegra', function(){ |
|
50 | + return new Search; |
|
51 | + }); |
|
52 | 52 | } |
53 | 53 | } |
54 | 54 | \ No newline at end of file |
@@ -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 | } |