seven 5 days ago
parent
commit
945897cc87
1 changed files with 1 additions and 1 deletions
  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::validateInput($input);
+        $result = self::enum()::validateInput($input);
         return $result;
     }