Edit File: ProvidesFlareContext.php
<?php namespace Spatie\FlareClient\Contracts; interface ProvidesFlareContext { /** * @return array<int|string, mixed> */ public function context(): array; }
Back to File Manager