m
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user