Edit File: ProvidesFlareContext.php
<?php namespace Facade\FlareClient\Contracts; interface ProvidesFlareContext { public function context(): array; }
Back to File Manager