container ?? throw new \LogicException('Doctrine database configuration requires a container to be set via `setContainer()`', 1782369693); } public function setContainer(ContainerInterface $container): self { $this->container = $container; return $this; } }