instance = $instance; } /** * Retrieve the instance */ public function getInstance(): string { return $this->instance; } }