@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\DBAL\Connection; |
6 | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | -use Doctrine\DBAL\Schema\SchemaDiff; |
|
8 | 7 | use Psr\Log\LoggerInterface; |
9 | 8 | use Psr\Log\NullLogger; |
10 | 9 | use Wabel\Zoho\CRM\AbstractZohoDao; |
@@ -16,6 +16,7 @@ |
||
16 | 16 | * Computes the name of the table based on the DAO plural module name. |
17 | 17 | * |
18 | 18 | * @param AbstractZohoDao $dao |
19 | + * @param string $prefix |
|
19 | 20 | * |
20 | 21 | * @return string |
21 | 22 | */ |