add([ AdapterProxy::class, ]), AdapterProxy::class => function (Psr\Container\ContainerInterface $c) { return new AdapterProxy( $c->get(ConnectionAdapter::class), ); }, ];