fix log edit&del + seedBox change status add reason

This commit is contained in:
xiaomlove
2023-03-19 17:31:15 +08:00
parent 9fcc5c0810
commit c28d2c5e23
11 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ return [
],
'status_change_message' => [
'subject' => 'SeedBox 記錄狀態變更',
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status',
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status。原因::reason',
],
];