Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
By defining a new service for `Doctrine\Migrations\Version\DbalMigrationFactory` you overwrite the existing factory. The existing factory definition however is more complex when you have multiple connections defined. The connection is determined by the arguments passed to the console command. The original example breaks this behavior. By now the example is using the exiting service to decorate, allowing people with multiple connections to create a new decorator without breaking the behavior.
- Loading branch information