Open monty2de opened 3 years ago
When the comment is created it tries to redirect you to the previous URL appended with a hash which points the browser to the newly created comment:
return Redirect::to(URL::previous() . '#comment-' . $comment->getKey());
whaen i try to create a new comment he try to redirect my to /home i try to change it but sill redirect my to /home