Skip to content

Commit

Permalink
redirect to manage after delete
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraz2 committed Sep 30, 2018
1 parent 2c4516f commit 6c9a776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/TicketController.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ public function actionDelete($id)
{
$this->findModel($id)->delete();

return $this->redirect(['index']);
return $this->redirect(['manage']);
}
}

0 comments on commit 6c9a776

Please sign in to comment.