File "AvailabilityInterface.php"

Full Path: /home/isoftco/public_html/hrm/vendor/vlucas/phpdotenv/src/Repository/Adapter/AvailabilityInterface.php
File size: 206 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Dotenv\Repository\Adapter;

interface AvailabilityInterface
{
    /**
     * Determines if the adapter is supported.
     *
     * @return bool
     */
    public function isSupported();
}