Vojtěch Svědiroh

Results 23 comments of Vojtěch Svědiroh

Thanks for the quick reply. I will try to post a link to a modified branch, probably later this week.

Thanks for your patience. This is what I've found by replicating it using the skeleton project. This is how the DI container looks when everything is working. Notice how all...

> Perhaps [DependencyFactoryCreator::create()](https://github.com/contributte/doctrine-migrations/blob/e553bc0439f9359bea05a715f1239b972fcff5f1/src/DependencyFactoryCreator.php#L40-L44) could pass the default Connection object from nettrine/dbal directly into DependencyFactory::fromConnection() using the [ExistingConnection](https://github.com/doctrine/migrations/blob/8429c63e72c7b4bba4e89a961d9a0515931c8188/src/Configuration/Connection/ExistingConnection.php)? After quickly replacing `throw new LogicalException()` using the following: ```php $dependencyFactory = DependencyFactory::fromConnection(...