ms client update

This commit is contained in:
2024-10-31 16:12:02 +03:00
parent 9d243b5b35
commit a02c55e16e
19 changed files with 75 additions and 142 deletions

View File

@ -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);
}
}