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