We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab93e6 commit 0d2c1c8Copy full SHA for 0d2c1c8
src/ConfigProvider.php
@@ -76,7 +76,7 @@ public function getAdapterManagerConfig(): array
76
Result::class => Container\PdoResultFactory::class,
77
Statement::class => Container\PdoStatementFactory::class,
78
Platform\Sqlite::class => Container\PlatformInterfaceFactory::class,
79
- //Profiler::class => InvokableFactory::class,
+ Profiler::class => InvokableFactory::class,
80
ResultSet\ResultSet::class => InvokableFactory::class,
81
],
82
];
src/Container/PdoStatementFactory.php
@@ -6,6 +6,7 @@
6
7
use PhpDb\Adapter\Driver\Pdo\Statement;
8
use PhpDb\Adapter\Driver\StatementInterface;
9
+use PhpDb\Adapter\ParameterContainer;
10
use Psr\Container\ContainerInterface;
11
12
final class PdoStatementFactory
0 commit comments