Skip to content

Commit 6f0a77a

Browse files
Update
1 parent 6067e49 commit 6f0a77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Listeners/SendWebhookNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function handle( object $event ): void
4646
if ( config( 'app.mattermosthook' ) ) {
4747
Http::post( config( 'app.mattermosthook' ), [
4848
'text' => $text,
49-
'username' => 'TSPortal',
49+
'username' => config( 'app.name' ),
5050
] );
5151
}
5252
}

0 commit comments

Comments
 (0)