aku nok ndi : /home/spdtg/www/gomygps/vendor/vlucas/phpdotenv/src/Repository/Adapter/ |
aku nok ndi : /home/spdtg/www/gomygps/vendor/vlucas/phpdotenv/src/Repository/Adapter/AvailabilityInterface.php |
<?php namespace Dotenv\Repository\Adapter; interface AvailabilityInterface { /** * Determines if the adapter is supported. * * @return bool */ public function isSupported(); }