Rename column names
This commit is contained in:
@@ -122,7 +122,7 @@ class CommentService
|
||||
$url = '/hentai/' . $episode->slug . '#comment-' . $reply->id;
|
||||
|
||||
$user = Auth::user();
|
||||
$username = $user->global_name ?? $user->username;
|
||||
$username = $user->discord_name ?? $user->name;
|
||||
|
||||
$parentCommentUser = User::where('id', $comment->commenter_id)->firstOrFail();
|
||||
$parentCommentUser->notify(
|
||||
|
||||
Reference in New Issue
Block a user