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