(Fix) Comment Controller Typo 🐛

This commit is contained in:
HDVinnie
2019-11-10 11:09:26 -05:00
parent da7f0d4584
commit 4759704063
+1 -1
View File
@@ -493,7 +493,7 @@ class CommentController extends Controller
$thankArray = [
'Thanks for the upload! :thumbsup_tone2:',
'Time and effort is much appreciated :thumbsup_tone2:',
'Great upload! :fire:', 'Thankyou :smiley:',
'Great upload! :fire:', 'Thank you :smiley:',
];
} else {
$uploader = User::where('id', '=', $torrent->user_id)->first();