File "ContextDetectorInterface.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Context/ContextDetectorInterface.php
File size: 147 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Context;
interface ContextDetectorInterface
{
public function detectCurrentContext(): ContextInterface;
}