wzq лет назад: 5
Родитель
Сommit
1e834318af
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Repositories/Post/PostRepository.php

+ 1 - 0
app/Repositories/Post/PostRepository.php

@@ -714,6 +714,7 @@ class PostRepository
             $comment->save();
 
             DB::commit();
+            Redis::SADD('delete_post_comment_ids', $comment->id);
             return Response::create();
 
         } catch (QueryException $exception) {