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