/home2/mshostin/public_html/vendor/facade/flare-client-php/src/Context/ContextDetectorInterface.php
<?php

namespace Facade\FlareClient\Context;

interface ContextDetectorInterface
{
    public function detectCurrentContext(): ContextInterface;
}