seven 5 gün önce
ebeveyn
işleme
945897cc87
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
     }