gogs 1 år sedan
förälder
incheckning
94fc984d93
1 ändrade filer med 2 tillägg och 1 borttagningar
  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()
     }