@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | public function register(): void |
18 | 18 | { |
19 | - $this->app->singleton('laravel-guzzle-throttle', function () { |
|
19 | + $this->app->singleton('laravel-guzzle-throttle', function() { |
|
20 | 20 | return new GuzzleThrottle(); |
21 | 21 | }); |
22 | 22 | } |