addDefinitions([ DatabaseConnection::class => autowire()->constructorParameter(parameter: 'config', value: $config), ]); $this->container = $containerBuilder->build(); $this->nameserverRepository = $this->container->get(name: NameserverRepository::class); } }