/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Store
/
/home/techb158/ileadtechnology.com/SSM/vendor/vlucas/phpdotenv/src/Store
mkdir
upload
Name
Size
Mode
Actions
File/
-
0755
rm
FileStore.php
1346
0644
edit
dl
rm
StoreBuilder.php
2171
0644
edit
dl
rm
StoreInterface.php
247
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php
(247B)
<?php namespace Dotenv\Store; interface StoreInterface { /** * Read the content of the environment file(s). * * @throws \Dotenv\Exception\InvalidPathException * * @return string */ public function read(); }
Save