Пример #1
0
 /**
  * Remove contract
  *
  * @param ContractInterface $contract
  */
 public function removeContract(ContractInterface $contract)
 {
     $this->contracts->removeElement($contract);
 }