Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of BenMorel:
Url: https://github.com/doctrine/dbal/pull/263
Message:
There is a wrong import in this class:
use Doctrine\DBAL\Sharding\SingleDatabaseSynchronizer;
Should be:
use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
The following import is also missing:
use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer;
This PR fixes them.
A related Github Pull-Request [GH-263] was closed
https://github.com/doctrine/dbal/pull/263