Commit bb88ba71 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #189 from mdaloia/master

Changed 'implements' by 'extends' on SQLAzureFederationsSynchronizer
parents e25c774d 4c959086
......@@ -36,7 +36,7 @@ use Doctrine\DBAL\Sharding\SingleDatabaseSynchronizer;
*
* @author Benjamin Eberlei <kontakt@beberlei.de>
*/
class SQLAzureFederationsSynchronizer implements AbstractSchemaSynchronizer
class SQLAzureFederationsSynchronizer extends AbstractSchemaSynchronizer
{
const FEDERATION_TABLE_FEDERATED = 'azure.federated';
const FEDERATION_DISTRIBUTION_NAME = 'azure.federatedOnDistributionName';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment