Skip to content

Commit 0d2c1c8

Browse files
committed
Latest revisions before adding automatic release workflow
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 3ab93e6 commit 0d2c1c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getAdapterManagerConfig(): array
7676
Result::class => Container\PdoResultFactory::class,
7777
Statement::class => Container\PdoStatementFactory::class,
7878
Platform\Sqlite::class => Container\PlatformInterfaceFactory::class,
79-
//Profiler::class => InvokableFactory::class,
79+
Profiler::class => InvokableFactory::class,
8080
ResultSet\ResultSet::class => InvokableFactory::class,
8181
],
8282
];

src/Container/PdoStatementFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PhpDb\Adapter\Driver\Pdo\Statement;
88
use PhpDb\Adapter\Driver\StatementInterface;
9+
use PhpDb\Adapter\ParameterContainer;
910
use Psr\Container\ContainerInterface;
1011

1112
final class PdoStatementFactory

0 commit comments

Comments
 (0)