HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/spatie/flare-client-php/src/Contracts/
Upload File :
Current File : //home/cardxfeb/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;
}