seven hai 3 semanas
pai
achega
3225d3e39d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }