config["key"])) { $this->config["key"] = sha1(rand() . uniqid()); $this->context->getConfig()->save(); } } public function getKey(): string { return $this->config["key"]; } }