ms client update
This commit is contained in:
@ -88,7 +88,7 @@ class OptionController extends AdminController
|
||||
if ($optionForm->validate()) {
|
||||
$option = $this->optionService->update($optionForm, $option);
|
||||
if ($option) {
|
||||
$this->redirect('/admin/option/' . $option->id);
|
||||
$this->redirect('/admin/option/view/' . $option->id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user