Пример #1
0
 public function update($id)
 {
     Comment::updateComment($id);
     parent::redirectTo('indexComment');
 }