/
home
/
sjslayjy
/
public_html
/
assets
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Repository
/
Adapter
/
Upload File
HOME
<?php namespace Dotenv\Repository\Adapter; interface AvailabilityInterface { /** * Determines if the adapter is supported. * * @return bool */ public function isSupported(); }