@@ -31,7 +31,7 @@ |
||
31 | 31 | public function register() |
32 | 32 | { |
33 | 33 | // Make libphonenumber available in the application container. |
34 | - $this->app->singleton('libphonenumber', function ($app) { |
|
34 | + $this->app->singleton('libphonenumber', function($app) { |
|
35 | 35 | return PhoneNumberUtil::getInstance(); |
36 | 36 | }); |
37 | 37 | } |