Skip to content

Commit

Permalink
更新:优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Dec 23, 2022
1 parent 45220db commit a941bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugins/User/src/Lib/UserNotice.php
Expand Up @@ -113,7 +113,7 @@ public function sends(array $user_ids, $title, $content, $action = null, $conten
'status' => 'publish'
]);
}
$this->sendMail($user_id, $title, $action, Str::limit($contentLength, 197));
$this->sendMail($user_id, $title, $action, $content, $contentLength);
}
}

Expand Down

0 comments on commit a941bfe

Please sign in to comment.