@@ -126,7 +126,6 @@ |
||
126 | 126 | |
127 | 127 | /** |
128 | 128 | * Run he sync Db command. |
129 | - * @param InputInterface $input |
|
130 | 129 | * @param OutputInterface $output |
131 | 130 | */ |
132 | 131 | private function syncDb(OutputInterface $output){ |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Psr\Log\LoggerInterface; |
7 | 7 | use Psr\Log\NullLogger; |
8 | 8 | use Wabel\Zoho\CRM\AbstractZohoDao; |
9 | -use Wabel\Zoho\CRM\Request\Response; |
|
10 | 9 | |
11 | 10 | /** |
12 | 11 | * This class is in charge of synchronizing one table of your database with Zoho records. |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Psr\Log\LoggerInterface; |
8 | 8 | use Psr\Log\NullLogger; |
9 | 9 | use Wabel\Zoho\CRM\AbstractZohoDao; |
10 | -use Wabel\Zoho\CRM\Request\Response; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * This class is in charge of synchronizing one table MODEL with Zoho. |