1
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
ssww23
2026-03-17 01:59:00 +03:00
parent 93a655235a
commit 0ee9f05416
48 changed files with 1193 additions and 413 deletions

View File

@@ -28,6 +28,6 @@ class AccountController extends Controller
$request->user()->update($validated);
return back()->with('status', 'Данные профиля обновлены.');
return back()->with('status', __('Данные профиля обновлены.'));
}
}