[DBAL-433] [GH-263] Fix wrong class names in SQLAzureFederationsSynchronizer Created: 29/Jan/13 Updated: 30/Jan/13 Resolved: 30/Jan/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| 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. |
| Comments |
| Comment by Benjamin Eberlei [ 30/Jan/13 ] |
|
A related Github Pull-Request [GH-263] was closed |