예제 #1
0
파일: Account.php 프로젝트: chadyred/crm
 /**
  * Remove agencies
  *
  * @param \Enigmatic\CRMBundle\Entity\AgencyAccount $agencies
  */
 public function removeAgency(\Enigmatic\CRMBundle\Entity\AgencyAccount $agencies)
 {
     $this->agencies->removeElement($agencies);
 }