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;
     }