mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix log edit&del + seedBox change status add reason
This commit is contained in:
@@ -12,6 +12,6 @@ return [
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'SeedBox record status changed',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user