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 c75dbc7 commit 43d3b47Copy full SHA for 43d3b47
src/Container/MysqliConnectionFactory.php
@@ -4,12 +4,11 @@
4
5
namespace PhpDb\Adapter\Mysql\Container;
6
7
-use Laminas\ServiceManager\Factory\FactoryInterface;
8
use PhpDb\Adapter\Driver\ConnectionInterface;
9
use PhpDb\Adapter\Mysql\Driver\Mysqli\Connection;
10
use Psr\Container\ContainerInterface;
11
12
-final class MysqliConnectionFactory implements FactoryInterface
+final class MysqliConnectionFactory
13
{
14
public function __invoke(
15
ContainerInterface $container,
0 commit comments