container->has('APP_NAME')) { $name = $this->container->get('APP_NAME'); } parent::__construct($name, $version); } public function getContainer(): ContainerInterface { return $this->container; } }