content = $content; } /** * Read the content of the environment file(s). * * @return string */ public function read() { return $this->content; } }