/
proc
/
thread-self
/
root
/
var
/
www
/
html
/
app
/
vendor
/
facade
/
flare-client-php
/
src
/
Context
/
Upload File
HOME
<?php namespace Facade\FlareClient\Context; interface ContextDetectorInterface { public function detectCurrentContext(): ContextInterface; }