Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

cqpCow 1 gadu atpakaļ
vecāks
revīzija
9b8098788f
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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()
     }