Edit File: ContextDetectorInterface.php
<?php namespace Facade\FlareClient\Context; interface ContextDetectorInterface { public function detectCurrentContext(): ContextInterface; }
Back to File Manager