@@ -28,7 +28,7 @@ |
||
28 | 28 | */ |
29 | 29 | public function register() |
30 | 30 | { |
31 | - $this->app->singleton('geometry', function ($app) { |
|
31 | + $this->app->singleton('geometry', function($app) { |
|
32 | 32 | return $app->make(Geometry::class, ['geometry' => new geoPHP(), 'mapper' => new TypeMapper(), $app]); |
33 | 33 | }); |
34 | 34 | } |