Viewing File: /home/ubuntu/btcthrottle-backend/vendor/facade/flare-client-php/src/Context/ContextInterface.php

<?php

namespace Facade\FlareClient\Context;

interface ContextInterface
{
    public function toArray(): array;
}
Back to Directory File Manager