seven 3 週間 前
コミット
3225d3e39d
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::enum()::validateInput($input);
+        $result = self::validateInput($input);
         return $result;
     }