File "ContextProviderDetector.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/spatie/flare-client-php/src/Context/ContextProviderDetector.php
File size: 145 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\FlareClient\Context;
interface ContextProviderDetector
{
public function detectCurrentContext(): ContextProvider;
}