ArrayAdapter::isSupported()
Determines if the adapter is supported.
Return
(bool)
Source
File: vendor/vlucas/phpdotenv/src/Environment/Adapter/ArrayAdapter.php
public function isSupported()
{
return true;
}
Determines if the adapter is supported.
(bool)
File: vendor/vlucas/phpdotenv/src/Environment/Adapter/ArrayAdapter.php
public function isSupported()
{
return true;
}