@@ -24,8 +24,9 @@ class CustomerPondService extends Service
//
public function customerPondRule($customer){
if($this->finishRule($customer)){
-
+ return true;
}
+ return false;
// if()