Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
M controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
vvval committed Apr 20, 2017
1 parent 58e0df6 commit 156cbff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function suppressIncidentAction(
$incident->save();

$uri = $this->vault
->uri('snapshots:edit', ['id' => $snapshot->primaryKey()])
->uri('snapshots:view', ['id' => $snapshot->primaryKey()])
->withFragment('history');

if ($this->input->isAjax()) {
Expand Down Expand Up @@ -368,7 +368,7 @@ public function removeIncidentAction(
$incident->delete();

$uri = $this->vault
->uri('snapshots:edit', ['id' => $snapshot->primaryKey()])
->uri('snapshots:view', ['id' => $snapshot->primaryKey()])
->withFragment('history');

if ($this->input->isAjax()) {
Expand Down

0 comments on commit 156cbff

Please sign in to comment.