Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/master'

cqpCow 1 rok pred
rodič
commit
9b8098788f
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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()
     }