This commit is contained in:
F4ilji
2026-04-08 14:14:38 +05:00
parent bd28fc60d7
commit 169a2f5654
35 changed files with 2679 additions and 17 deletions
@@ -91,7 +91,7 @@ class PageController extends Controller
$this->updatePageAction->run($page, $validated);
return redirect()->route('dashboard.pages.index')
return redirect()->route('dashboard.pages.edit', $page)
->with('success', 'Страница успешно обновлена!');
} catch (\Exception $e) {
return back()