Files
Heimdall/vendor/facade/flare-client-php/src/Context/ContextDetectorInterface.php
2022-11-13 21:18:38 +01:00

9 lines
147 B
PHP

<?php
namespace Facade\FlareClient\Context;
interface ContextDetectorInterface
{
public function detectCurrentContext(): ContextInterface;
}