seven 3 tuần trước cách đây
mục cha
commit
3225d3e39d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/GameplayRuleService.php

+ 1 - 1
app/Services/GameplayRuleService.php

@@ -171,7 +171,7 @@ class GameplayRuleService extends BaseService
      */    
     public static function bettingRuleVerify($input)
     {
-        $result = self::enum()::validateInput($input);
+        $result = self::validateInput($input);
         return $result;
     }