diff --git a/src/Sentry/Laravel/ServiceProvider.php b/src/Sentry/Laravel/ServiceProvider.php index 14a51927..e310a680 100644 --- a/src/Sentry/Laravel/ServiceProvider.php +++ b/src/Sentry/Laravel/ServiceProvider.php @@ -95,9 +95,9 @@ public function boot(): void } $this->registerArtisanCommands(); - - $this->registerAboutCommandIntegration(); } + + $this->registerAboutCommandIntegration(); } /**