Update CommentController.php

This commit is contained in:
innocente205
2020-04-30 09:01:28 +07:00
committed by GitHub
parent e9bf9fedff
commit 107ccd2908
+3 -3
View File
@@ -538,11 +538,11 @@ class CommentController extends Controller
return redirect()->back()
->withErrors($v->errors());
}
$comment->save();
return redirect()->back()->withSuccess('Comment Has Been Edited.');
}
}
/**