container = (new ContainerFactory())->createWithConfigFiles([$this->provideConfig()]); parent::__construct($name, $data, $dataName); } abstract protected function provideConfig(): string; }