|
@@ -620,7 +620,7 @@ class PostRepository
|
|
if(!$title){
|
|
if(!$title){
|
|
$title = subtext(strip_tags($post->content), 20);
|
|
$title = subtext(strip_tags($post->content), 20);
|
|
}
|
|
}
|
|
- $content = "经核实您的内容“{$title}”涉及违规,现已被删除,有任何问题请联系彩虹管理员";
|
|
|
|
|
|
+ $content = "经核实您的内容“{$title}”涉及违规,现已被删除,有任何问题请联系由你管理员";
|
|
|
|
|
|
$date = Carbon::now()->toDateTimeString();
|
|
$date = Carbon::now()->toDateTimeString();
|
|
DB::beginTransaction();
|
|
DB::beginTransaction();
|