File "ContextDetectorInterface.php"
Full Path: /home/isoftco/public_html/hrm/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;
}