vali 6 yıl önce
ebeveyn
işleme
c95817948e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Logic/WinfailLogic.php

+ 1 - 1
app/Logic/WinfailLogic.php

@@ -215,7 +215,7 @@ class WinfailLogic
         $AdapterObj = $this->getAdapterObj($game_code);
         $RefClass = new  \ReflectionClass($AdapterObj);
 
-        $result = [json_decode($orderInfo->single_result)];
+        $result = json_decode($orderInfo->single_result);
         $winorfalsedef = ['result' => 2, 'matchResult' => 'noRuleOrError'];
 
         foreach ($matchArray as $matchModel) {