소스 검색

comentario regra de negocio

Gustavo Zanatta 2 주 전
부모
커밋
01df534426
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Rules/ScheduleBusinessRules.php

+ 1 - 0
app/Rules/ScheduleBusinessRules.php

@@ -109,6 +109,7 @@ class ScheduleBusinessRules
       return true;
       return true;
     }
     }
 
 
+    // apenas para custom_schedules
     public static function validatePricePeriod($provider_id, $min_price, $max_price, $period_type)
     public static function validatePricePeriod($provider_id, $min_price, $max_price, $period_type)
     {
     {
       if ($min_price < 0 || $max_price < 0) {
       if ($min_price < 0 || $max_price < 0) {