We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6067e49 commit 6f0a77aCopy full SHA for 6f0a77a
app/Listeners/SendWebhookNotification.php
@@ -46,7 +46,7 @@ public function handle( object $event ): void
46
if ( config( 'app.mattermosthook' ) ) {
47
Http::post( config( 'app.mattermosthook' ), [
48
'text' => $text,
49
- 'username' => 'TSPortal',
+ 'username' => config( 'app.name' ),
50
] );
51
}
52
0 commit comments