관리-도구
편집 파일: ContextDetectorInterface.php
<?php namespace Facade\FlareClient\Context; interface ContextDetectorInterface { public function detectCurrentContext(): ContextInterface; }