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