Skip to content
Snippets Groups Projects
Commit 3a86ea9d authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix typo

parent 6d1f99d1
No related branches found
No related tags found
2 merge requests!1393Development,!1391Bugfix typo
...@@ -107,7 +107,7 @@ class HumanVerification extends Controller ...@@ -107,7 +107,7 @@ class HumanVerification extends Controller
private static function removeUser($request, $uid) private static function removeUser($request, $uid)
{ {
$redis = Redis::conection('redisCache'); $redis = Redis::connection('redisCache');
$id = hash("sha512", $request->ip()); $id = hash("sha512", $request->ip());
$userList = $redis->smembers(HumanVerification::PREFIX . "." . $id); $userList = $redis->smembers(HumanVerification::PREFIX . "." . $id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment