ソースを参照

Merge remote-tracking branch 'origin/master'

cqpCow 1 年間 前
コミット
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()
     }