Skip to content

Commit 43d3b47

Browse files
committed
Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent c75dbc7 commit 43d3b47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Container/MysqliConnectionFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
namespace PhpDb\Adapter\Mysql\Container;
66

7-
use Laminas\ServiceManager\Factory\FactoryInterface;
87
use PhpDb\Adapter\Driver\ConnectionInterface;
98
use PhpDb\Adapter\Mysql\Driver\Mysqli\Connection;
109
use Psr\Container\ContainerInterface;
1110

12-
final class MysqliConnectionFactory implements FactoryInterface
11+
final class MysqliConnectionFactory
1312
{
1413
public function __invoke(
1514
ContainerInterface $container,

0 commit comments

Comments
 (0)