Skip to content

Commit 0f1c481

Browse files
committed
Remove unused argument from method call
1 parent f647dcf commit 0f1c481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Laravel/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function register(): void
8484

8585
$this->mergeConfigFrom(__DIR__ . '/../../../config/sentry.php', static::$abstract);
8686

87-
$this->configureAndRegisterClient($this->getUserConfig());
87+
$this->configureAndRegisterClient();
8888

8989
if (($logManager = $this->app->make('log')) instanceof LogManager) {
9090
$logManager->extend('sentry', function ($app, array $config) {

0 commit comments

Comments
 (0)