/home/brandsfa/public_html/vendor/spatie/flare-client-php/src/Contracts/ProvidesFlareContext.php
<?php

namespace Spatie\FlareClient\Contracts;

interface ProvidesFlareContext
{
    /**
     * @return array<int|string, mixed>
     */
    public function context(): array;
}