Exemplo n.º 1
0
 /**
  * Get the list record by list ID
  *
  * @param   int             $listID    The "id" field of the "email_list" db table
  * @return  eloquent object
  */
 public function getListByID($listID)
 {
     return $this->listRepository->getListByID($listID);
 }