Skip to content

Commit d451fd3

Browse files
authored
Always register the about command integration (#771)
1 parent cbec306 commit d451fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry/Laravel/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ public function boot(): void
9595
}
9696

9797
$this->registerArtisanCommands();
98-
99-
$this->registerAboutCommandIntegration();
10098
}
99+
100+
$this->registerAboutCommandIntegration();
101101
}
102102

103103
/**

0 commit comments

Comments
 (0)