HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/vendor/spatie/flare-client-php/src/Context/
Upload File :
Current File : //home/cardxfeb/public_html/vendor/spatie/flare-client-php/src/Context/ContextProvider.php
<?php

namespace Spatie\FlareClient\Context;

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