Skip to content

Commit 1b99447

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 393d212 commit 1b99447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebhookClientServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function packageBooted()
3636
});
3737

3838
$this->app->scoped(WebhookConfigRepository::class, function () {
39-
$configRepository = new WebhookConfigRepository;
39+
$configRepository = new WebhookConfigRepository();
4040

4141
collect(config('webhook-client.configs'))
4242
->map(fn (array $config) => new WebhookConfig($config))

0 commit comments

Comments
 (0)