Skip to content

Commit a3298fd

Browse files
authored
Update the publish group
1 parent 97cdaf2 commit a3298fd

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
@@ -107,7 +107,7 @@ public function boot(): void
107107
if ($this->app instanceof Laravel) {
108108
$this->publishes([
109109
__DIR__ . '/../../../config/sentry.php' => config_path(static::$abstract . '.php'),
110-
], 'sentry-laravel.config');
110+
], 'sentry-config');
111111
}
112112

113113
$this->registerArtisanCommands();

0 commit comments

Comments
 (0)