@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function register() |
16 | 16 | { |
17 | - $this->app->singleton(Hook::class, function ($app) { |
|
17 | + $this->app->singleton(Hook::class, function($app) { |
|
18 | 18 | return new Hook(); |
19 | 19 | }); |
20 | 20 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @return string |
35 | 35 | */ |
36 | - public function webHookContentType(): string ; |
|
36 | + public function webHookContentType(): string; |
|
37 | 37 | |
38 | 38 | /** |
39 | 39 | * Define request header to attach to request. |