Skip to content

Commit

Permalink
Add return to rule delete, fix #357
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxer committed Oct 23, 2019
1 parent 4208e0c commit 8dea2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/User/Controller/RuleController.php
Expand Up @@ -135,6 +135,7 @@ public function actionDelete($name)
$this->getAuthManager()->invalidateCache();

Yii::$app->getSession()->setFlash('success', Yii::t('usuario', 'Authorization rule has been removed.'));
return $this->redirect(['index']);
}

/**
Expand Down

0 comments on commit 8dea2d8

Please sign in to comment.