provider))); } public function content(): string { return str($this->file()) ->replace('__username__', $this->username) ->replace('__host__', $this->host) ->toString(); } }