mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
Update CommentController.php
This commit is contained in:
@@ -538,11 +538,11 @@ class CommentController extends Controller
|
||||
return redirect()->back()
|
||||
->withErrors($v->errors());
|
||||
}
|
||||
|
||||
|
||||
$comment->save();
|
||||
|
||||
|
||||
return redirect()->back()->withSuccess('Comment Has Been Edited.');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user