Skip to content

Commit 66c3734

Browse files
Update
1 parent 6f0a77a commit 66c3734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Schedules/IALScheduler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function notify( string $message ): void
123123
if ( config( 'app.mattermosthook' ) ) {
124124
Http::post( config( 'app.mattermosthook' ), [
125125
'text' => $message,
126-
'username' => 'TSPortal',
126+
'username' => config( 'app.name' ),
127127
] );
128128
}
129129
}

0 commit comments

Comments
 (0)