seven 3 tuần trước cách đây
mục cha
commit
945897cc87

+ 1 - 1
app/Services/GameplayRuleService.php

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