Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

cqpCow 1 anno fa
parent
commit
9b8098788f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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()
     }