예제 #1
0
 public function getDelete(Comment $comment)
 {
     $comment->destroy($comment->id);
     return \Redirect::route('comment.add');
 }