File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 44
55namespace PhpDb \Container ;
66
7- use Laminas \ServiceManager \Factory \AbstractFactoryInterface ;
87use PhpDb \Adapter \Adapter ;
98use PhpDb \Adapter \AdapterInterface ;
109use PhpDb \ResultSet \ResultSetInterface ;
1716 *
1817 * Allows configuring several database instances (such as writer and reader).
1918 */
20- class AdapterAbstractServiceFactory implements AbstractFactoryInterface
19+ class AdapterAbstractServiceFactory
2120{
2221 /** @var array */
2322 protected $ config ;
@@ -49,7 +48,6 @@ public function __invoke(
4948 $ driverInstance = $ driverFactory ::createFromConfig ($ container , $ requestedName );
5049 $ platformFactory = ($ container ->get (PlatformInterfaceFactoryFactoryInterface::class))();
5150
52- //$config = $this->getConfig($container);
5351 return new Adapter (
5452 $ driverInstance ,
5553 $ platformFactory ::fromDriver ($ driverInstance ),
You can’t perform that action at this time.
0 commit comments