We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393d212 commit 1b99447Copy full SHA for 1b99447
src/WebhookClientServiceProvider.php
@@ -36,7 +36,7 @@ public function packageBooted()
36
});
37
38
$this->app->scoped(WebhookConfigRepository::class, function () {
39
- $configRepository = new WebhookConfigRepository;
+ $configRepository = new WebhookConfigRepository();
40
41
collect(config('webhook-client.configs'))
42
->map(fn (array $config) => new WebhookConfig($config))
0 commit comments