1 Commits

Author SHA1 Message Date
jeremycr
6c32b5bfcc Fixed the connection proxy class created by the factory (#45) 2020-01-30 14:37:58 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# Version 2.0.2
* Fixed the connection proxy class created by the factory
# Version 2.0.1
* Fixed next execution time not increasing for scheduled dataflows
# Version 2.0.0
* Add Doctrine DBAL multi-connection support

View File

@@ -61,7 +61,7 @@ services:
coderhapsodie.dataflow.connection.internal:
lazy: true
class: Doctrine\DBAL\Driver\Connection
class: Doctrine\DBAL\Connection
factory: ['@CodeRhapsodie\DataflowBundle\Factory\ConnectionFactory', 'getConnection']
CodeRhapsodie\DataflowBundle\Factory\ConnectionFactory: