/home/aloic1/public_html/core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php
<?php

declare(strict_types=1);

namespace Dotenv\Repository\Adapter;

interface ReaderInterface
{
    /**
     * Read an environment variable, if it exists.
     *
     * @param string $name
     *
     * @return \PhpOption\Option<string>
     */
    public function read(string $name);
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File