@@ -26,7 +26,7 @@ |
||
26 | 26 | public function register() |
27 | 27 | { |
28 | 28 | // Register the main class to use with the facade |
29 | - $this->app->singleton('EcuadorIdentification', function () { |
|
29 | + $this->app->singleton('EcuadorIdentification', function() { |
|
30 | 30 | return new EcuadorIdentification; |
31 | 31 | }); |
32 | 32 | } |