diff --git a/app/Http/Controllers/HumanVerification.php b/app/Http/Controllers/HumanVerification.php
index e7261709919b22e1eaddbd0ea0df67fb1187f343..fce2cd092810318b96abff6b55fe4f9d93dbfb64 100644
--- a/app/Http/Controllers/HumanVerification.php
+++ b/app/Http/Controllers/HumanVerification.php
@@ -107,7 +107,7 @@ class HumanVerification extends Controller
 
     private static function removeUser($request, $uid)
     {
-        $redis = Redis::conection('redisCache');
+        $redis = Redis::connection('redisCache');
         $id = hash("sha512", $request->ip());
 
         $userList = $redis->smembers(HumanVerification::PREFIX . "." . $id);