File "ProvidesFlareContext.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Contracts/ProvidesFlareContext.php
File size: 121 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Facade\FlareClient\Contracts;

interface ProvidesFlareContext
{
    public function context(): array;
}