예제 #1
0
파일: LeadModel.php 프로젝트: Yame-/mautic
 /**
  * Remove lead from lists
  *
  * @param      $lead
  * @param      $lists
  * @param bool $manuallyRemoved
  */
 public function removeFromLists($lead, $lists, $manuallyRemoved = true)
 {
     $this->leadListModel->removeLead($lead, $lists, $manuallyRemoved);
 }