Просмотр исходного кода

Merge remote-tracking branch 'origin/master'

cqpCow 1 год назад
Родитель
Сommit
9b8098788f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Service/CustomerPondService.php

+ 2 - 1
app/Service/CustomerPondService.php

@@ -24,8 +24,9 @@ class CustomerPondService extends Service
     //
     public function customerPondRule($customer){
         if($this->finishRule($customer)){
-
+            return true;
         }
+        return false;
 //        if()
     }