Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
104 | public function remove(array $criteria = [], array $config = []): ResponseInterface |
||
105 | { |
||
106 | $this->populate($criteria); |
||
107 | |||
108 | return CompanyContacts::remove( |
||
109 | $this->getId(), |
||
110 | $this->getContactId(), |
||
111 | $this->getConnection(), |
||
112 | $this->getCache(), |
||
113 | $this->getLogger(), |
||
114 | $config |
||
115 | ); |
||
116 | } |
||
117 | } |
||
118 |