This commit is contained in:
antv
2026-07-15 10:04:06 +07:00
parent ce6c4d2cf3
commit 866d46bf21
7 changed files with 222 additions and 60 deletions
@@ -199,14 +199,4 @@ class AdminController extends Controller
return redirect()->back()->withErrors(['error' => $e->getMessage()]);
}
}
/**
* Reset all cards for active users.
*/
public function resetCards(): RedirectResponse
{
$this->adminService->resetAllCards();
return redirect()->back()->with('success', __('messages.cards_reset_success'));
}
}