Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Apr 25, 2024
1 parent 393d212 commit 1b99447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebhookClientServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function packageBooted()
});

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

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

0 comments on commit 1b99447

Please sign in to comment.