vali %!s(int64=6) %!d(string=hai) anos
pai
achega
7fc029a279
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Logic/UnSettmatchLogic.php

+ 1 - 1
app/Logic/UnSettmatchLogic.php

@@ -241,7 +241,7 @@ class UnSettmatchLogic
     public function getResult($game_code, $match_id)
     {
         $table = 'st_' . $game_code . '_result';
-        $ret = DB::table($table)->where(['match_id', $match_id])->first();
+        $ret = DB::table($table)->where('match_id', $match_id)->first();
         return $ret;
     }