Commit bfad42b7 authored by Benjamin Morel's avatar Benjamin Morel

Fixed wrong class names in SQLAzureFederationsSynchronizer

parent 31bd1538
......@@ -24,7 +24,8 @@ use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Types\Type;
use Doctrine\DBAL\Schema\Synchronizer\AbstractSchemaSynchronizer;
use Doctrine\DBAL\Sharding\SingleDatabaseSynchronizer;
use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer;
/**
* SQL Azure Schema Synchronizer
......@@ -32,7 +33,7 @@ use Doctrine\DBAL\Sharding\SingleDatabaseSynchronizer;
* Will iterate over all shards when performing schema operations. This is done
* by partitioning the passed schema into subschemas for the federation and the
* global database and then applying the operations step by step using the
* {@see \Doctrine\DBAL\Sharding\SingleDatabaseSynchronizer}.
* {@see \Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer}.
*
* @author Benjamin Eberlei <kontakt@beberlei.de>
*/
......
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