@@ -29,7 +29,7 @@ |
||
29 | 29 | protected function registerBindings(): void |
30 | 30 | { |
31 | 31 | // TODO: Change to bind the implementation to the interface instead. |
32 | - $this->app->bind(CorsService::class, function () { |
|
32 | + $this->app->bind(CorsService::class, function() { |
|
33 | 33 | return new CorsService(config(self::CONFIG_KEY)); |
34 | 34 | }); |
35 | 35 |