Skip to content

Commit

Permalink
Fixed the connection proxy class created by the factory (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycr authored Jan 30, 2020
1 parent 806e5bb commit 6c32b5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c32b5b

Please sign in to comment.