Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Store
/
Editing: StoreInterface.php
<?php namespace Dotenv\Store; interface StoreInterface { /** * Read the content of the environment file(s). * * @throws \Dotenv\Exception\InvalidPathException * * @return string */ public function read(); }
Save
Cancel