@@ -314,7 +314,6 @@ |
||
| 314 | 314 | * Insert data to bean in order to update zoho records. |
| 315 | 315 | * |
| 316 | 316 | * @param ZohoBeanInterface $zohoBean |
| 317 | - * @param array $fieldsMatching |
|
| 318 | 317 | * @param type $columnName |
| 319 | 318 | * @param type $valueDb |
| 320 | 319 | */ |
@@ -8,7 +8,6 @@ |
||
| 8 | 8 | use Wabel\Zoho\CRM\AbstractZohoDao; |
| 9 | 9 | use Wabel\Zoho\CRM\Service\EntitiesGeneratorService; |
| 10 | 10 | use Wabel\Zoho\CRM\ZohoBeanInterface; |
| 11 | -use zcrmsdk\crm\api\response\EntityResponse; |
|
| 12 | 11 | |
| 13 | 12 | /** |
| 14 | 13 | * Description of ZohoDatabasePusher. |