seven пре 5 дана
родитељ
комит
945897cc87
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
     }